Site logo

Archived topic

How do I narrow the space between titles in category/archives?

1 reply · Started by RJ on June 30, 2020

Viewing posts 1–2 of 2

Hey there - I only have titles showing in my categories/archives. Having removed the feature image and excerpts the space between the titles is too wide.

I've searched high and low and can't figure out how to do this? Can you help? Thanks.

Example category page:
https://www.eatweeds.co.uk/category/articles

I have 'line height' under Customising > Typography > Headings > Archive Content Title (H2) - set to '0'.

- Robin

Hi there,

try this CSS to remove the Content Separating space just for the empty excerpt:

.entry-summary {
    margin-top: 0;
}

Best to increase your line-height value. When its set to 0, if the text has to wrap to a new line it will just overlap itself :)

This archived topic is closed to new replies.