New Landing How can we help? Themeforest Theme Support Uplift Changing body font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #301669
    yunie_
    Member
    Post count: 13

    By setting the font size 18 on my site, it appears nice and well on desktop but extremely big on mobile. Is there something wrong with my site or is there a way that I can adjust the mobile font size to make it smaller?

    #301752
    David Martin – Support
    Moderator
    Post count: 20834

    Have you cannot adjust it for mobile, you would need to use media queries to adjust the font sizes.

    Here is an example, please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 767px) {
       p {
          font-size: 14px;
       }
    }
    @media only screen and (max-width: 479px) {
       p {
          font-size: 11px;
       }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register