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 #2253614
Theme Issues
Closed

Comments

  • Sushi_For_2 started the conversation

    Hello and Happy Holiday,

    I am looking to increase the spacing between the Headers and Paragraphs and also the text WITHIN the paragraphs. Any solutions and help would be amazing as I did not see any built in settings. Thank you advance!

    Daniel

  •  2,699
    PenciDesign replied

    Hi,

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

    .post-entry h1, 
    .post-entry h2, 
    .post-entry h3, 
    .post-entry h4, 
    .post-entry h5, 
    .post-entry h6, 
    .post-entry hr, 
    .wpb_text_column h1, 
    .wpb_text_column h2, 
    .wpb_text_column h3, 
    .wpb_text_column h4, 
    .wpb_text_column h5, 
    .wpb_text_column h6, 
    .wpb_text_column hr{
        margin-bottom: 30px;
    }
    .widget ul li, .post-entry, p, .post-entry p{ line-height: 2.0; }
    

    Change values 30 and 2.0 to values as you want.

    Example:  40 or 1.9


    Best Regards,

    PenciDesign