[Support request] Bullet Point line spacing

Home Forums Support [Support request] Bullet Point line spacing

Home Forums Support Bullet Point line spacing

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #335676
    David

    Does anyone know how to increase the paragraph spacing between bullet points? The line spacing is fine, and I can adjust it using the typography customising tools, but I’d like more separation between each of the bullet points – like a paragraph space. Each of my bullet points has two or three lines of text.
    Thanks,
    Dave

    #335722
    Leo
    Staff
    Customer Support

    Hi there,

    You can adjust the line height for body in Customizer > Typography > Body.

    If you just want to adjust the line height for the bullet points, try this CSS:

    .entry-content ul {
        line-height: 2em;
    }

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

    Let me know.

    #335768
    Tom
    Lead Developer
    Lead Developer

    Or you can adjust the exact spacing between list items:

    .entry-content li {
        margin-bottom: 30px;
    }
    #335851
    David

    Thanks Tom and Leo. Sorted.

    #335854
    Leo
    Staff
    Customer Support

    Glad we could help!

    #335953
    David

    Guys, I spoke too soon.

    I copied the code and set about learning what to do with it.
    I’m working in a child theme and the page I am editing has sections.
    I tried pasting the code in Customise/Additional CSS. Nothing.
    I downloaded and activated the Simple CSS plugin and tried Customise/Simple CSS. Nothing.
    I found the Simple CSS field at the bottom of my Edit Page and pasted the code in there. Nothing.

    Thoughts?

    Cheers,
    Dave

    #335963
    Leo
    Staff
    Customer Support

    Can you link us to the page? Thanks!

    #335964
    David

    I’m hosting the page locally (MAMP) at this stage Leo. So no, I don’t think so, unless I’m mistaken…?

    #336027
    Tom
    Lead Developer
    Lead Developer

    You might need to re-create the issue on a live URL, or update us when the site is live so we can look. These things are super hard to debug without inspecting the code.

    #336030
    David

    Understood, and appreciated. It’s not a biggie, and the client doesn’t care, it just bugs me that’s all. I’ll be back in touch when the site is live. Many thanks for being so responsive and accessible.

    #336032
    Tom
    Lead Developer
    Lead Developer

    Sounds good! 🙂

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