Different font size for mobile version?

  • Author
    Posts
  • #54708

    Hey there!

    I tried checking past entries in this forum but didn’t find a post regarding this topic (I apologize in case I missed it).

    Is there a way to have two different font sizes in parabola? A regular one for desktop and tablet version and larger one for mobile devices?

    #54847
    Zed
    Cryout Creations mastermind

    The theme includes fonts adjusting for mobile devices, but it’s standard procedure to make fonts slightly smaller on mobiles, not larger. Are you having legibility issues on your site?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #54877

    It is still readable as such, but with the page this is currently referring to a larger font would make it less tiresome to read in the mobile version. We tried finding the settings for this, but couldn’t make them out?

    #55344
    Zed
    Cryout Creations mastermind

    Try this CSS:

    @media (max-width: 480px) {
       body {
           font-size: 1em; /* adjust the value to suit your needs */
       }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Different font size for mobile version?’ is closed to new replies.