Header image not full height
-
I’m using the evolve theme (can’t see how to find the version #, but I installed just yesterday, so it should be recent).
I’ve uploaded a header image carefully sized at the 1200×200 recommended.
When I use ‘cover’, the image stretches to the width of the browser, but the bottom is cut off – covered by the menu bar. I’ve tried setting the header image height to 100%, or to 50px, or to 250px – none of it makes a difference. The width of the browser seems to determine how much of the image is cut off.
When I use ‘contain’, the image is complete and centered, but the theme does nothing with the header background colour setting.
I’ve tried adding padding via custom CSS with no result at all (even with 1000px) :
.header {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 1000px;
padding-left: 0px;
}How can I either:
a. (preferred) ensure that the full height of the header image shows, no matter how wide it is stretched?
b. use the contain option, but fill the blank space with a chosen color?The site is still in very early development and not published, so I can’t post a URL.
- The topic ‘Header image not full height’ is closed to new replies.