[Resolved] Tags: How to reduce space

Home Forums Support [Resolved] Tags: How to reduce space

Home Forums Support Tags: How to reduce space

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1659964
    Robin

    On my tag pages e.g. https://www.eatweeds.co.uk/topic/ground-ivy – the titles have a huge gap between them.

    How do I reduce the spacing on these?

    TIA, Robin

    #1660024
    Elvin
    Staff
    Customer Support

    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.

    #1660050
    Robin

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

    Anything else I can do?

    TIA.

    #1660235
    David
    Staff
    Customer Support

    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;
    }
    #1660513
    Robin

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

    #1660587
    David
    Staff
    Customer Support

    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.

    #1660711
    Robin

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

    #1660739
    Ying
    Staff
    Customer Support

    Hi Robin,

    Try to add this CSS as well:

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

    Many thanks, Ying. That worked.

    #1661054
    Ying
    Staff
    Customer Support

    Great 🙂

    You are welcome!

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