Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    You can add some margin to the bottom of the paragraphs in your numbered lists with this CSS:

    ol li {
        margin-bottom: 1.1em;
    }

    This will update the spacing across all numbered lists on your site.

    However if you only want to update numbered lists within your blog post content you could use this CSS:

    .entry-content ol li {
        margin-bottom: 1.1em;
    }

    Hope that helps.

    This requires a little bit of html, but its very easy

    First step: Edit the page
    Second step: When your on the page press ctrl+f
    Third step: Type </li> or copy it from here
    Fourth step: after every </li> put <br>
    Fifth step: Be happy and change this thread to resolved

    If you are having trouble fixing this issue after this tip, contact me through my facebook anytime; my facebook is Tristan Morgan-Buck

    You can add css in the theme options > advnaced settings > custom css box.

    What Gemma posted should work great for you.

    Kadence Themes

    Thread Starter Aquatix

    (@aquatix)

    Thank you, Gemma. The first solution worked perfectly. All sorted.

    Excellent, thanks for letting me know.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add spacing between listed items’ is closed to new replies.