Okay
  Public Ticket #2543023
Spacing between blog paragraphs
Closed

Comments

  •  6
    nealhalverson33 started the conversation

    Hi ,

    I searched for adding space between paragraphs in the blog posts, and found you had suggested adding this to the custom CSS on the relevant blog page:

    p {
    margin-bottom: 15px;
    }

    I tried this in the blog's custom CSS with different numbers , 70px etc, and found it did not change.

  • [deleted] replied

    Hi Neal,

    This is a code that you can use

    body.single-post p {
        line-height: 1.5;
        margin-bottom: 30px;
    }

    For detailed info what they do please see this video: https://d.pr/v/DE0anf

    Thanks!

  •  6
    nealhalverson33 replied

    Thank you!

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!