Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2460842
Increase spacing between paragraphs
Closed

Comments

  • Or started the conversation

    I'm using both Gutenberg and the classic editor in WP. How can I increase the spacing between paragraphs?

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    .post-entry p{ margin-bottom: 25px; }

    Change value 25 to value as you want.


    Best Regards,

    PenciDesign

  • Or replied

    That works. Thank you!