Can I move my header image above the menu?
-
I’ve created custom header images but they appear below the menu, is there a way to move the header above the menu? That is where the text header appeared previously, seems like the graphic header should go in the same place.
The blog I need help with is: (visible only to logged in users)
-
I have same query. Thought it had been answered with this:
.site-header {
padding-bottom: 80px;
}
.main-navigation {
position: absolute;
top: 500px;
}here:
https://en.forums.wordpress.com/topic/twenty-twelve-main-menu
but this only seems to work on ‘normal’ computer screens. It goes crazy if the screen is reduced in width – to mimic being viewed by smaller devices. . .
steve
- The topic ‘Can I move my header image above the menu?’ is closed to new replies.