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 #3117917
Post title line height on mobile only
Closed

Comments

  • vanessa_ball started the conversation

    The line height looks fine on desktop but very close together on mobile. How do I adjust this?

  •  2,488
    PenciDesign replied

    Hi,

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

    .post-title.single-post-title.entry-title {
        line-height: 1.6;
    }

    Change 1.6 to the title height you want to show.

    Regards,
    PenciDesign.