Font size on mobile device

Home Forums Gillion Theme Font size on mobile device

Home Forums Gillion Theme Font size on mobile device

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • jbreuer
    Participant

    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

    jbreuer
    Participant

    http://www.jupiterfamilyfun.com

     

     

    Attachments:
    You must be logged in to view attached files.

    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;
    }

    jbreuer
    Participant

    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;
    }
Viewing 6 posts - 1 through 6 (of 6 total)