• Resolved riderchris

    (@riderchris)


    Hi,

    Whilst the font size for my articles looks fine on Desktop PC, it looks kind of small on a mobile screen. Is there any CSS code that I can use for mobile screen to make it little bigger?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @riderchris,
    go to your WordPress Dashboard under “Appearance-> Customize-> Additional CSS” and try to use this CSS code:

    
    @media all and (max-width: 767px) {
    	body, button, input, select, textarea {
    		font-size: 19px;
    	}
    }
    

    PS: you can change “19px” with the value you prefer.

    Best Regards,
    CrestaProject

    Thread Starter riderchris

    (@riderchris)

    Thanks – I’ll mark this as resolved – Hopefully others can benefit from this whilst using this great theme ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font size on mobile’ is closed to new replies.