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 #3088153
h1 height line setting
Closed

Comments

  • chichigou started the conversation

    hi how to set the post title height line?

    it's too crowed for each line (h1) as picture

    thanks for helping


  •  2,489
    PenciDesign replied

    Hi,

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

    .container-single .single-post-title {
        line-height: 40px;
    }

    Change 40px to the line height you want to show.

    Regards,
    PenciDesign.