[Resolved] padding not visible in customizer, but visible on site

Home Forums Support [Resolved] padding not visible in customizer, but visible on site

Home Forums Support padding not visible in customizer, but visible on site

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #283411
    Jasper

    I have this issue i can’t find a solution.
    In the customizer i set in the layout section everything to 0 and below the header there is no white space visible, but on the live site there is a padding visible below the menu.
    https://jasper.jsierink.nl/

    #283505
    Leo
    Staff
    Customer Support

    Hi Jasper,

    I believe that gap has been fixed in the next version.

    For now use this CSS:

    .separate-containers .page-header {
        margin-bottom: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #283546
    Tom
    Lead Developer
    Lead Developer

    Actually that looks like it’s being added by the breadcrumbs script you’ve added to your side.

    You’ve added CSS to hide it like this:

    .home #breadcrumbs {
        display: none;
    }

    However, it should be this:

    .home .page-header {
        display: none;
    }
    #283550
    Jasper

    That’s it, thanks again for the support

    #283579
    Leo
    Staff
    Customer Support

    Glad we could help!

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