Site logo

[Support request] White space at header section

Home Forums Support [Support request] White space at header section

Home Forums Support White space at header section

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2411832
    Musti

    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/

    https://ibb.co/6gHXJ5D

    website issue

    #2411860
    Leo
    Staff
    Customer Support

    Hi there,

    Have you resolved the issue?

    This is what I’m seeing:
    https://www.screencast.com/t/PCtkxVeoo

    Let me know 🙂

    #2412203
    Musti

    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

    #2412443
    David
    Staff
    Customer Support

    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 ?

    #2412473
    Musti

    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

    #2412826
    David
    Staff
    Customer Support

    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;
        }
    }
    #2412977
    Musti

    solved, great support, thank you 🙂

    #2413440
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.