Site logo

[Resolved] Creating seperate body line height for bulleted lists

Home Forums Support [Resolved] Creating seperate body line height for bulleted lists

Home Forums Support Creating seperate body line height for bulleted lists

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2251392
    Chris

    apologies if this is really obvious/dumb, but how do I create separate body line height for bulleted lists?

    Say the default site line height is 1.4, how can I change this for any bulleted lists so that the space between list items gets increased to say 1.8? Or is this not the way to go about it?

    #2251465
    Leo
    Staff
    Customer Support

    Hi there,

    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 🙂

    #2252405
    Chris

    Hi Leo, link added in the Private Information box for you…

    #2252477
    Ying
    Staff
    Customer Support

    Try this CSS:

    ul li {
        margin-bottom: 20px;
        line-height: 1.5em;
    }
    #2252873
    Chris

    Thanks 🙂

    #2253355
    Ying
    Staff
    Customer Support

    No problem 🙂

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