Home › Forums › Gillion Theme › Mobile font size?
Home › Forums › Gillion Theme › Mobile font size?
Which setting do I use to increase the font size for posts and pages on mobile phones? I tried all the settings, but only desktop font size changes and not the mobile.
Hi @borishar,
I hope you are well today and thank you for your question.
If you change the desktop font size then the same should be changed on mobile.
Could you please tell me how you have changed the font size?
Also, could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
https://totalscam.com/hello-world/
Here is the URL. I did change the font size, but I am talking about not the article itself, but the font on the CARDS. See attached. The font is too small.
Solution for this topic
You can change the content text font size on mobile 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
@media (max-width: 767px){ #page-container .post-content { font-size: 15px; } }
thank you!!
Solution for this topic
Please use below CSS code to change that widget font size.
.sh-widget-posts-slider-style1 h5.post-title { font-size: 16px; }
Thank you!
You are most welcome here š