Navigation menu not displaying properly

Viewing 5 posts - 1 through 5 (of 5 total)
  • #1739
    marben
    Participant

    I hace updated the theme to 1.6 and the navigator menu at the front page look diferent in IE (correctly) than Firefox and/or Chrom as you can see at my website http://www.esefarad.com/
    Thank you Daniel

    Marcelo

    #1740
    Daniel Tara
    Keymaster

    Hi,

    That’s be cause you changed the default location of the search bar. I gave it some space not to overlap with the menu and didn’t expect anyone to use such long names for menu items.

    Open style.css and locate the entry [code]ul#menu, .menu ul[/code]. Remove [code]padding-right:285px;[/code] from it.

    I suggest you create a file mystyle.css and add the following to it:

    [code]ul#menu, .menu ul
    {
    padding-right:0;
    }[/code]

    #1741
    marben
    Participant

    Hi Daniel,

    It works!

    Thank you for your quickly and effective response!

    Marcelo from Buenos Aires

    #1742
    Daniel Tara
    Keymaster

    Glad I could help πŸ™‚

    #1743
    itwebmasterCCS
    Participant

    I have a problem with the menu not showing up correctly too.

    my site: http://discoverccs.org/ has the template and it works great.

    I then created a spanish version of the site and installed a separate instance of WordPress under http://discoverccs.org/espanol

    I then copied the WP-Theme folder to the espanol location and all seems well except that the menus do not appear. You can see in the source code that the menus are there in HTML but somehow do not appear on the IE page.

    I’ve checked the blog settings but I don’t know what else to check. Could you help me out?

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.