Site logo

Archived topic

White space at header section

7 replies · Started by Musti on November 11, 2022

Viewing posts 1–8 of 8

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.

https://ibb.co/4KKFvrd

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

This archived topic is closed to new replies.