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 #3395459
spread a paragraph
Closed

Comments

  • ff9w772yx5 started the conversation

    How can I increase the line spacing between blocks?

    In addition to increasing the overall line spacing, I would like to have a little more space at the top of the heading.

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → General → Typography → General Line Height for Text: enter the line spacing value at this option field.

    Regards,
    PenciDesign.


  • ff9w772yx5 replied

    Hi,

    Thank you for your reply.


    I only want to increase the space between blocks, not the "General Line Height for Text".

    I would like it to look like the attached image



    Attached files:  image.png

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

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

    Change 17px with the spacing you want to show.

    Regards,
    PenciDesign.



  • ff9w772yx5 replied

    I made it. thank you