Okay
  Public Ticket #2763166
Reducing size of H1 on mobile
Closed

Comments

  •  1
    virtual-seven started the conversation

    Hello dear Team, 

    I have the problem that long H1 headings are cut off on the mobile page. 

    Is there a possibility to change the size of the H1 heading on the mobile page?

    Thank you.

  •  1,643
    Judith replied

    Hi There,

    Thanks for contacting us.

    Please try this css:

    @media only screen and (max-width: 690px){
    .wpb_wrapper h2.vc_custom_heading {
        font-size: 29px!important;
        line-height: 35.5px!important;
    } }

    Thanks.

  •  1
    virtual-seven replied

    Hey Judith, 

    thanks for your help. That is perfect. 


  •  8,402
    Tahir replied

    Hey virtual-seven,

    Thanks for using Salient, Try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 .

    Best.


    ThemeNectar Support Team