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 #2494686
Leading on main text
Closed

Comments

  • marsm started the conversation

    Can you please tell me where we can reduce the leading between lines of text in paragraphs?

  • marsm replied

    I fixed the main body text using this:

    .entry-content p {
        line-height: 1.5;
    }

    Can I please find out how to change the same thing on the main sidebar and comments?

  •  2,699
    PenciDesign replied

    Hi,

    You can change the code:

    .entry-content p {
        line-height: 1.5;
    }
    

    to:

    .post-entry p, .penci-sidebar-content p, .penci-sidebar-content, .comment-content p{ line-height: 1.5; }

    Best Regards,

    PenciDesign

  • marsm replied

    Thank you. That worked nicely.