• Resolved cfaria

    (@cfaria)


    Hi there,

    I’ve got 7 pages (including ‘home’) in my top navigation, soon to be 8. This appears fine in firefox, safari and chrome – however in IE 7 the navigation is split into two lines for some reason.

    https://benmillemiglia.org.uk/

    I’m fairly new to this…can anyone help?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your theme’s style.css file ( in the theme folder) try adding a line to this section which starts on line 80

    div#masthead ul {
    bottom:-5px;
    float:left;
    margin-left:22px;
    position:relative;
    z-index:2;
    }

    the line to add is:
    width: 768px;

    Thread Starter cfaria

    (@cfaria)

    Thanks it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top navigation split in two in IE 7’ is closed to new replies.