Site logo

[Resolved] Reduce space between two headlines in single column

Home Forums Support [Resolved] Reduce space between two headlines in single column

Home Forums Support Reduce space between two headlines in single column

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1515051
    Jayanta

    Hi,
    In this website, the category “Sports” shows three headlines one after another in single column. How can I reduce the space between the headlines?

    #1515067
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
        margin-bottom: 0.5em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1515080
    Jayanta

    It worked! Thank you.

    #1515088
    Leo
    Staff
    Customer Support

    No problem 🙂

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