[Resolved] How do I narrow the gap?

Home Forums Support [Resolved] How do I narrow the gap?

Home Forums Support How do I narrow the gap?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1187750
    Robin

    I have my home page showing full posts (not excerpts), however there is a large gap between each post.

    Here’s a screenshot.

    Can you tell me how to narrow the gap between each post?

    TIA

    #1187935
    David
    Staff
    Customer Support

    Hi there,

    its coming from the 250px bottom padding you have set in Customizer > Layout > Container.

    Do you need that much padding for the single posts ? If so you can adjust the Blog / Archive article padding with this CSS:

    body:not(.single) .inside-article {
        padding-bottom: 40px;
    }
    #1188029
    Robin

    Ah, gotcha. Thanks David. I adjusted the bottom padding.

    #1189303
    David
    Staff
    Customer Support

    You’re welcome

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