Archived topic
White space at header section
7 replies · Started by Musti on November 11, 2022
Hi, there is a big white space at the header section of my website, I tried but could not find a way to remove it, can you help? Thank you.
https://bedbugsremovalguide.com/
Hi there,
Have you resolved the issue?
This is what I'm seeing:
https://www.screencast.com/t/PCtkxVeoo
Let me know :)
Hi Leo, I tested with different IP, cleared cache, and incognito mode.
But I still have this white space.
I have no CSS or coding knowledge?
Thanks
Hi there,
i checked the site, and i see what Leo saw, there is no extra whitespace.
Can you try viewing your site in a different browser ?
Hi, when I disabled google ads the whitespace disappeared, so thats not a theme issue, sorry for that:(
But, in mobile view, I have an overlap between post's featured image and header image in home page as you can see from attached image.
Post's featured image should be on top of header image.
How can I fix this please?
Thanks
Ok, glad to hear you found the issue.
IN your Customizer > Additional CSS you have this rule:
.separate-containers #page .site-main {
margin-top: -80px !important;
}
change it to:
@media(min-width: 769px) {
.separate-containers #page .site-main {
margin-top: -80px !important;
}
}
solved, great support, thank you :)
You're welcome