Site logo

Archived topic

Tags: How to reduce space

9 replies · Started by RJ on February 16, 2021

Viewing posts 1–10 of 10

Hi there,

That spacing is from the Content Padding settings on Appearance > Customize > Layout > Container.

You added 150px bottom w/c is being added to every post articles.

Thanks, Elvin. I have reduced the padding to 20px and the gap is still too wide/high.

Anything else I can do?

TIA.

Hi Robin,

try adding this CSS to eliminate any margins being added by the empty excerpt and post meta:

.inside-article .entry-summary:empty,
.inside-article .entry-meta:empty {
    margin: 0;
}

I tried that and it didn't make any difference. Any other ideas? TIA.

Where did you add the CSS ?
I updated the CSS above to make it more specific just in case the cache is messing with its order - also make sure any caches are cleared.

Thanks, David although it still hasn't done anything. I've left in the above CSS now and cleared the cache as suggested.

Hi Robin,

Try to add this CSS as well:

.archive.tag .inside-article {
    padding: 0px;
}

Many thanks, Ying. That worked.

Great :)

You are welcome!

This archived topic is closed to new replies.