[Resolved] How to reduce white space between posts?

Home Forums Support [Resolved] How to reduce white space between posts?

Home Forums Support How to reduce white space between posts?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1990595
    Roger

    Hi!

    I would like to reduce the white space on the posts archive page.

    I tested some code but it was affecting the single post page.

    https://guitarra.mus.br/

    #1990602
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try reducing the content padding in the customizer first?
    https://docs.generatepress.com/article/content-padding/

    #1990869
    Roger

    I reduced it a little, but the first post is very close to Home Hero.

    #1990893
    David
    Staff
    Customer Support

    Hi there,

    add the padding back in the Customizer.
    Then try this CSS:

    body:not(.single):not(.page) .inside-article {
        padding-bottom: 20px;
    }
    #1990951
    Roger

    Thanks!

    #1990976
    David
    Staff
    Customer Support

    You’re welcome

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