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 #3035404
I'm not able to change the line spacing for the blog posts.
Closed

Comments

  • Kaydee started the conversation

    Hey I want to add some line spacing so that content doesn't look congested in blog posts but on changing the option in appearance general menu, it doesn't alter anything on the blog page. Please help me!!

  •  2,490
    PenciDesign replied

    Hi,

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

    .post-entry p,
    .wpb_text_column p,
    .woocommerce .page-description p {
        line-height: 17px;
    }

    Change 17px to the spacing you want to show.

    Regards,
    PenciDesign.



  • Kaydee replied

    Thank you. I was able to do it