[Resolved] Spacing Around List Items

Home Forums Support [Resolved] Spacing Around List Items

Home Forums Support Spacing Around List Items

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1368607
    Bill

    Hey guys,
    I’m sure this is something I’ve done on my end, but I’m hitting a bit of a dead-end with it now. I’ve tried searching around but I can’t get anything to display how I’d like it to.

    The prime example here is on the list of categories on the blog post, where I have switched from a <ul> list to </ul> and then had ‘Conclusion’ you can see a large gap, where I would like this to sit in the same way that ‘Initial Considerations’ etc are.

    There is also excessive spacing after each ‘Required:’ list throughout the article.

    Your help is greatly appreciated, as always. Thank you!

    #1368779
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    ul#listItems {
        margin-bottom: 0;
    }

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

    #1369276
    Bill

    Excellent Leo, thank you so much. Amazing support as always!

    #1369824
    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.