Subheader text is not responsive on mobile version

Hello there

Please check the Subheader text in this site 2022.dinsk.dk/ansigtbehandling-i-taastrup

It is not responsive on mobile version.

Would you please guide me how to do it?


Beast regards

Alga Media


Comments

  • Hi,

    You can go to Betheme -> Theme options -> Fonts -> Size & Style, disable the auto font size, and manually set font sizes for mobile devices:

    But with it, you will have to set all of the sizes.

    The other option is to put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS:

    @media only screen and (max-width: 767px){
       #Subheader .title{
          font-size: 26px!important;
       }
    }
    

    Thanks

Sign In or Register to comment.