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 steraclepress.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 steraclepress.wordpress.com.
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.
This topic has been closed to new replies.