Home › Forums › Gillion Theme › Font size on mobile device
Home › Forums › Gillion Theme › Font size on mobile device
I’m sure this is a simple fix but I can’t seem to find it in documentation. On a mobile device, the body font is very small on my site. How/where do I go to change it?
Hi @jbreuer,
I hope you are well today and thank you for your question.
Could you please share me the screenshot of it and your site URL where it’s displaying so that I can help you?
Best regards,
Shufflehound team
You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .post-content { font-size: 16px; }
That fixed the issue on the front page but internal pages are still an issue on mobile.
To make it work on internal pages please also use the below shared CSS code.
#page-container .post-content p { font-size: 16px; }