Header image homepage same as other pages
-
Hi!
The header image at the homepage is another size than the header image at the other pages. I don’t use the profile picture on my size, so now the menu I would like to have them the same size, because the menu at the homepage is floating somewhere in the middle of the image.
Hope you can help :)
Kind regards,
Tamara
The blog I need help with is tamarabelt.com.
Hi Tamara,
Since you’re not using the features of the home page template, I would recommend setting the home page to either the default page template or full width page template. That may result in the menu displaying as it does on other pages.
However, the home page header is purposely designed to display differently from the other pages. So, if that does not work, a CSS solution may be necessary.
Thanks!
Hi David,
Thank you for your response. Unfortunately it’s not working. Which CSS can I use?
Kind regards,
Tamara
Hi Tamara,
No problem. Try the following CSS, and the home menu should appear as the other pages:
.home-header {
min-height: auto;
}
#navigation.home-nav {
background: #ffffff;
}
I hope this helps. Thanks!
You’re welcome! Let us know if you have any other questions. Thanks!
The topic ‘Header image homepage same as other pages’ is closed to new replies.