[Support request] How do I narrow the space between titles in category/archives?

Home Forums Support [Support request] How do I narrow the space between titles in category/archives?

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1346624
    Robin

    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

    #1346823
    David
    Staff
    Customer Support

    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 🙂

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