Moving Menu Bar
-
Hi there, I would like to move my menu/navigation bar below the tagline so that the page starts with the two lines of text, with the menu/nav underneath it, and the blog posts starting below that. How can I do this in CSS? Theme: Forever
Please help!!!
The blog I need help with is: (visible only to logged in users)
-
Here’s one possible way to move the tagline in the Forever theme higher up in the header area. Note that you will need to adjust the top value to fit your blog:
#main { position: relative; } #site-description { display: block; position: absolute; top: -100px; width: 890px; padding: 0; }
- The topic ‘Moving Menu Bar’ is closed to new replies.