Moving the tagline above the menu in Forever theme
-
Hi,
Was wondering if there was a CSS code I could use to move the tagline of my blog from under the menu, to above the menu?
Thanks guys!
https://www?littlebeautybuddha.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
One way to do it:
#description { margin-bottom: 0; position: absolute; top: 490px; width: 870px; } #site-description { border: 0 none; padding: 0; }Change the 490 to adjust the positioning.
If you want to move the menu lower, to create more room, add this too and change the 44 to adjust:
.custom-header { margin-bottom: 44px; }
- The topic ‘Moving the tagline above the menu in Forever theme’ is closed to new replies.