Moving the header below the menu
-
Hi, I need to move the menus above the header. Here is a link to the blog. http://heartfeltcorrespondence.com
I need the home/shop ect. menu to be at the top of the page.The blog I need help with is: (visible only to logged in users)
-
You might accomplish that by moving the header image around. Here is an example you can start with by adding it to your Appearance → Custom Design → CSS editor:
#header { height: 245px; } #logo { position: absolute; top: 65px; }Adjust the numbers as needed.
- The topic ‘Moving the header below the menu’ is closed to new replies.