cfaria
Member
Posted 8 months ago #
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.
http://benmillemiglia.org.uk/
I'm fairly new to this...can anyone help?
Thanks!
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;
cfaria
Member
Posted 8 months ago #