Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2380445
Font Scaling for Mobile
Closed

Comments

  • loginusername started the conversation

    Hello,

    I have had fun setting up a webpage with TheGem, it's great!

    I have seen that there are options to setting the font sizes for h1-h5, menu and body in the theme options. 

    I also saw the option "Use manual settings for mobiles and tablets" in the headers, but did not see the equivalent in the body section. 

    Also if it's disabled, what is the mechanism that is used for scaling?

    /J

  •  5,055
    Michael replied

    HI!

    Usually this font is small in size, so it fits on mobile devices without problems and its size doesn't change. That is, on mobile devices the same font is used as in the Theme Options.

  • loginusername replied

    would it be possible to add this option? a few of our website use large body text a lot and when scaling the header sizes the body font seems too large for mobile devices.

  •  5,055
    Michael replied

    pls. use following css:

    @media(max-width:767px){
    body {
        font-size:16px !important;
    }}

     

    6707465710.png