• Robbie

    (@robbie-drabek)


    The font size on mobile phones is very tiny. I have tried to override this in my dkret3 child theme css using:

    @media only screen and (max-device-width: 480px) {
    body, input, textarea {font-size: 1.2em;}
    }

    But no success. I’d appreciate any suggestions for making the font more readable on a mobile phone. Thanks.

  • The topic ‘Font size on mobile phone’ is closed to new replies.