• I’ve just updated the theme from 0.8 to 1.1.1 and the menu had problems laying out when spanning more than 1 line.

    The problem is that the float:left on 2nd line of menu items does not clear any menu items on the first line that have sub menus (eg a drop down). This meant that on my website, menu items on the 2nd line started to the right of “Gallery”.

    Adding the following CSS seems to fix it without any consequences, as li is already float:left
    .navbar .nav li a {
    float: none;
    }

    Hopefully this could be fixed in a later version.

    Wim

    The page I need help with: [log in to see the link]

  • The topic ‘CSS Bug with menu layout when menu spans 2 lines’ is closed to new replies.