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 #2405377
FONT SIZE ON MOBILE
Closed

Comments

  • volaviajes started the conversation

    Hello,


    We are trying to customize the font title mobile and general settings, but we cannot see on the pannel. Please can you help me? 

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media screen and (max-width: 480px) {
    .post-entry h1 { font-size: 24px; }
    .post-entry h2 { font-size: 22px; }
    .post-entry h3 { font-size: 20px; }
    .post-entry h4 { font-size: 18px; }
    .post-entry h5 { font-size: 16px; }
    .post-entry h6 { font-size: 15px; }
    .post-entry p { font-size: 15px; }
    }
    

    Best Regards,

    PenciDesign

  • volaviajes replied

    I add the code but nothing change. Please can you verify in a mobile this URL? I want to see the tittle in a row.

    https://www.volaviajes.com/kohtao/


  •  2,699
    PenciDesign replied

    Hi,

    This is not issues related with the theme.

    It seems you've changed the line-height for your title to 2.1 from Elementor. It caused the issue.

    Please go to edit that page by use Elementor > and change it to line-height 1.3


    Best Regards,

    PenciDesign