Archived topic
Header image not showing
3 replies · Started by Charles on September 26, 2019
Hi guys
I have created a very simple one page site using the latest download of Premium and imported the header image to the media library, and set it in customize - nothing shows up. Here is a list of what I've done:
- uploaded image to library
- set in background images -> header - header image thumbnail is there but nothing on page
- - settings, No Repeat, 100% width, fixed,
- in Layout -> Header set the top padding 151px (height of header image)
- - set to Current, Full, Full, Center
- disabled all plugins except GeneratePress
- cleared cache
No header image. What else do I need to do?
Thanks
Charles
Hi there,
Can you try removing this CSS in your child theme?
.inside-header {
margin: 0;
padding: 0;
}
Let me know :)
That was it, thanks Leo. Sorry, my mistake for not looking at the CSS.
No problem :)