Okay
  Public Ticket #2481311
H1 Responsive/Mobile Settings
Closed

Comments

  •  4
    Fionn started the conversation

    Hi,

    My responsive settings for h1 titles don't seem to be working.

    The title size is perfect in desktop version.

    But when I go to mobile it is too small ( I am referring to the h1 text saying -  "The elite choice in fitness qualifications."  In the screenshot)

    When I change the responsive font size in Typography > Responsive Settings > h1 phone no changes are made.





  •  8,987
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team 

  •  4
    Fionn replied

    Fixed, Thank you for your help Tahir!