Site logo

Archived topic

How do I narrow the gap?

3 replies · Started by RJ on March 7, 2020

Viewing posts 1–4 of 4

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

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;
}

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

You're welcome

This archived topic is closed to new replies.