Site logo

[Resolved] Numbered and Bulleted List – Add Line Spacing

Home Forums Support [Resolved] Numbered and Bulleted List – Add Line Spacing

Home Forums Support Numbered and Bulleted List – Add Line Spacing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2087787
    Mihail

    Hello,

    I want to add line spacing between each Numbered and Bulleted Lists, so it doesn’t look like a text block. Is there any CSS that will add line spacing across my website universally?

    Here’s a visual example of this: https://imgur.com/a/G7WpHWc

    The first image is how it looks now, and the second is how I would want it to look.

    I really appreciate any help you can provide.

    #2087793
    Ying
    Staff
    Customer Support

    Hi Mihail,

    Any chance you can link us to the page in question?

    You can use the private information field.
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2087813
    Mihail

    Hello Ying,

    Thanks for the quick reply!

    I just added the information.

    #2087833
    Ying
    Staff
    Customer Support

    Can you link me to the page where I can see the list?

    #2087838
    Mihail

    I just updated the info, you can see the page with the list now.

    Thanks

    #2087841
    Ying
    Staff
    Customer Support

    Try this CSS:

    .single-post .inside-article ul li {
        margin-top: 20px;
    }

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

    #2087950
    Mihail

    Thanks, Ying,

    Everything works well now! 🙂

    #2087952
    Ying
    Staff
    Customer Support

    You are welcome 🙂

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