Need urgent help with a small css error please

2 replies
  • WEB DESIGN
  • |
I was hoping someone could help - I upgraded to the latest wordpress and it seems to have messed with the header layout of my page - the three links in the top right hand corner have been pushed further to the right so that 'FAQ' is hardly visible. I've got a city guide theme running - Brisbane lifestyle and entertainment guide*|*Guide To Brisbane

Thanks if you can help, trying to launch the site this week.
#css #error #small #urgent
  • Profile picture of the author David V
    The problem is the FAQ text is missing. I don't mean hidden, I mean blank.
    You need to go to your menu in admin and make sure the menu entry is filled out. (or wherever you created that menu)
    See the code below, which is your "ul".
    Notice the FAQ "li" is blank compared to the other 2.
    Code:
    <ul>    
    <li class="hometab  current_page_item "><a href="http://guidetobrisbane.com.au/">Home</a></li>
    <li class="page_item page-item-526"><a href="http://guidetobrisbane.com.au/about/">About</a></li>
    <li class="page_item page-item-529"><a href="http://guidetobrisbane.com.au/faqs/"></a></li>
    </ul>
    {{ DiscussionBoard.errors[8181025].message }}
    • Profile picture of the author jimmyjackson
      Originally Posted by David V View Post

      The problem is the FAQ text is missing. I don't mean hidden, I mean blank.
      You need to go to your menu in admin and make sure the menu entry is filled out. (or wherever you created that menu)
      See the code below, which is your "ul".
      Notice the FAQ "li" is blank compared to the other 2.
      Code:
      <ul>    
      <li class="hometab  current_page_item "><a href="http://guidetobrisbane.com.au/">Home</a></li>
      <li class="page_item page-item-526"><a href="http://guidetobrisbane.com.au/about/">About</a></li>
      <li class="page_item page-item-529"><a href="http://guidetobrisbane.com.au/faqs/"></a></li>
      </ul>
      Thanks you're an absolute legend!
      {{ DiscussionBoard.errors[8181227].message }}

Trending Topics