Hi-
Please view here: http://209.240.152.242/wordpress/
The main nav bar has jumped to the top of the site page. Please help resolve this1 I am at a loss.
Hi-
Please view here: http://209.240.152.242/wordpress/
The main nav bar has jumped to the top of the site page. Please help resolve this1 I am at a loss.
Hi MorrisMuseum,
Kindly open wp-content/themes/broadscope/style.css and find this code(in line 222):
#top .avia_mega{
height:40px;
line-height:40px;
padding:0;
left:0px;
bottom:0px;
position:absolute
z-index:100;
font-size:14px;
font-family:"Century Gothic" !important;
font-weight: bold;
}
replace it with this code:
#top .avia_mega{
height:40px;
line-height:40px;
padding:0;
left:0px;
bottom:0px;
position:absolute;
z-index:100;
font-size:14px;
font-family:"Century Gothic" !important;
font-weight: bold;
}
You have forgotten to put semi-colon after position:absolute. :)
Regards,
Ismael
Ismael,
You are a Buddha of tech. Thank you!
MorrisMuseum
This topic has been closed to new replies.