Twenty Twelve Theme: Move Header Image above menu?
-
How do I move the header image above the menu? I’m on a hosted wordpress.com premium site. I am unable to make a “child theme” and I do not have access to header.php because i do not have FTP access. Thank you in advance for your help! There’s gotta be a way!!
-jodi
The blog I need help with is: (visible only to logged in users)
-
-
-
@justpi, it doesn’t look good so I don’t want to leave it up. Here’s a screeshot https://drive.google.com/file/d/0B9SL2uRS24kGNmc3TUlPUFAwajA/edit?usp=sharing
Thank you very much for your help!!
-Jodi -
The screenshot is useless. If you want an answer to your question, you insert the header image so we can inspect your page and work out the required code.
-
@justpi – I uploaded the header image. Thanks again for your help!!
http://blog.tbcrecruiting.com/ -
Hi there, give the following a try and see what you think. It maintains spacing between the header image and the navigation pretty well clear down to smart phone widths. After adding the following narrow down your browser window to see how thing relate and move for narrower screens.
.site-header { position: relative; } .header-image { position: absolute; top: 0; } .main-navigation { margin-top: 16.5%; } -
-
- The topic ‘Twenty Twelve Theme: Move Header Image above menu?’ is closed to new replies.