badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Increasing text size on mobile for Mags Pro

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98541
    rsbaxter1
    Participant

    Hi, I would like to know how I can adjust the text font size in mobile, I adjusted the Desktop text size but it doesn’t appear to affect the text size for mobile phones, it is still very small.

    #98681

    Hi, rsbaxter1.

    Could you please let us know, which font size would you want to increase? You can provide you the Custom CSS code for them.

    Thanks

    #98963
    rsbaxter1
    Participant

    Hi, the font is on the mobile display version, it is very small and I would like to increase it a little to make it easier to read. It is all the ” Blog Posts” the text size on mobile, I use a standard font, it is set to 17 but it seems very small on mobile.

    #99030

    Hi,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

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

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.