The alignment is off on my nav bar could you please assist me in correcting it. Thank you.
Navigator Alignment
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
do you mean the borders between the menu items? If yes open up style.css and replace:
#wrapper_head{ position: relative; z-index: 100; overflow: visible; }with:
#wrapper_head{ position: relative; z-index: 100; overflow: visible; height: 70px; }Posted 2 years ago # -
It just needs to be moved up by about 8 pixels or so
Posted 2 years ago # -
You can move the nav bar by editing following code in style.css:
#top .nav{ height:50px; line-height:30px; padding-left:13px; right:0px; position:absolute; z-index:100; top:29px; }Change the "top" value as you like. If you decrease it to i.e. 22px the nav bar will move up...
Posted 2 years ago #
Reply
You must log in to post.














