• Louise

    (@louisedonnellydavey)


    Hi there, I currently use the “spacer” block to create some space between my paragraphs.. this is a bit of work though as there is so many short paragraphs to format, so I wondered if there was a way to set this as bigger than it automatically is?

    The page I need help with: [log in to see the link]

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

    Thanks for asking.

    You can adjust the space between the paragraphs just by applying this small CSS code. Head to WP admin -> Appearance -> Customize. Here just look at the menu on the left side and find the Additional CSS section, access it, and paste this code inside and save changes.

    .single-content p {
        margin: 0 0 20px !important;
    }

    You can adjust the value of 20px to any other value you want to assing to the bottom margin of your paragraphs.

    All the best.

    Thread Starter Louise

    (@louisedonnellydavey)

    thank you … I assume Ill have to manually go through and remove all the spacers on all posts if I change this though?

    I’m glad I could help.

    As for the spacers you’ve added, I’m sorry but you will need to remove them manually.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paragraph spacing’ is closed to new replies.