Ok so I sorted my problerm with the navigational bar however the last link is lower than the rest, some help would really be appreiciated...
http://themonsterbox.com/wordpress/
that is the site im TRYING to work on
Ollie
Ok so I sorted my problerm with the navigational bar however the last link is lower than the rest, some help would really be appreiciated...
http://themonsterbox.com/wordpress/
that is the site im TRYING to work on
Ollie
Hi
on line 243 of your CSS, it appears you've removed content from the top rss area, but its still taking up room
#toprss {
display:inline;
float:right;
line-height:41px;
margin:10px 15px 0 0;
width:65px;
}
change display: inline to display: none
that puts your last nav item in place.
You must log in to post.