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 #2155676
Line Height
Closed

Comments

  • Ctoprakkaya started the conversation

    Is there a way to edit line heights ? 

    i want to change line heights here -> http://prntscr.com/p7r5fd (single post page)

    and here -> http://prntscr.com/p7r642 (homepage featured category exerpts and title)

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    .widget ul li, .post-entry, p, .post-entry p{ line-height: 1.4; }
    .home-featured-cat-content .first-post .magcat-detail .mag-header{ margin-bottom: 12px; }
    

    Change values 1.4  and 12 to values as you want. 

    Example:  1.5 and 13


    Best Regards,

    PenciDesign

  • Ctoprakkaya replied

    Thank you! It worked.