Header image
- The topic ‘Header image’ is closed to new replies.
Need help? Check out our Support site, then
when i am in the customiser and add a header image it is displayed at full size. However when I load the webpage again at a different time it is cut off. is there any way to address this?
p.s it is viewed on the same laptop screen
Header image is designed so that it’s cut off from left and right. Can you link to your site so I can take a look.
Here is one solution that might work on your situation also.
https://premium-themes.forums.wordpress.com/topic/css-editor-for-mina-olen-s?replies=20#post-52540
The blog I need help with is: (visible only to logged in users)
This is the link to my website – it is still a work in progress.
http://ztsupply.wordpress.com
many thanks
This will work on your situation pretty well.
body.custom-header #header {
background-size: cover;
background-position: center center;
min-height: 0;
padding-bottom: 19.74%;
}
You need to have Custom CSS feature to insert that CSS.
It works perfectly. thank you
Great! You’re welcome.