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 #3649740
category & archive post titles
Closed

Comments

  •  1
    Shasi started the conversation

    Hi!

    I have some long post titles on my blog. On the CATEGORY & ARCHIVE pages the titles overlap when they reach the end instead of starting on a new line. I don't have this issue on the HOME page which I edit with Elementor.

    Is there are way to increase the line spacing for these post titles?

  •  2,540
    PenciDesign replied

    Hi,

    The issue is that the Elementor KIT has overwritten the HTML Heading height, causing this issue to appear on all pages created with Elementor.

    To resolve this, please modify the Elementor KIT by following the document at this link. Alternatively, you can go to Appearance → Customize → Custom CSS and add the following custom CSS code:

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.35 !important;
    }

    Regards,
    PenciDesign.



  •  1
    Shasi replied

    Perfect! Thank you :D