• For some reason, their isn’t any paragraph spacing between my Paragraph Blocks (or other Blocks) on my Posts and Pages.

    I checked online and even tested trying to use the following css but it doesn’t help.

    ***/BEGIN: ADD ADDITIONAL SPACE TO POSTS PARAGRAPHS ***/
    .post p {
    line-height: 1.5em;
    padding-bottom: 15px;
    }
    ***/END: ADD ADDITIONAL SPACE TO POSTS PARAGRAPHS ***/

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yoga

    (@yogajegstudio)

    Hi @clifton11221

    Try adding this CSS code instead :

    .guten-post-content p {
        padding-bottom: 15px;
        line-height: 1.5em;
    }

    This seems to be an issue, we will add this to our bug fix list.

    Thank you for reporting it.

    Thread Starter clifton11221

    (@clifton11221)

    I edited my previous post… Your css code works (after refreshing).

    • This reply was modified 1 year, 8 months ago by clifton11221.
    • This reply was modified 1 year, 8 months ago by clifton11221.
    Yoga

    (@yogajegstudio)

    Glad I could help.
    We will investigate the issue and will provide fix in future update so you don’t have to use custom CSS.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paragraph Spacing Is Missing Between Paragraph Blocks’ is closed to new replies.