How do I move the topics from the bottom of the header to the top?
The blog I need help with is austinbhebe.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
How do I move the topics from the bottom of the header to the top?
The blog I need help with is austinbhebe.wordpress.com.
To move the main menu above the header in the Twenty Eleven them (default layout option), add this to your Appearance → Custom Design → CSS editor:
#branding img {
padding-top: 44px;
}
#access {
position: absolute;
top: 188px;
}
This topic has been closed to new replies.