• Resolved Pushkar Kathayat

    (@pushkarsingh32)


    Hello Richie,
    How can i make my text font-size of post content in mobile device larger than the desktop version. I mean i am happy with the font size in desktop version but want a little bigger(by some percent ratio or manual font size) for mobile devices. Please help me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    this is a css mobile optimze method, i cannot walk through the css step for you.

    my suggestion is try add this in theme option->custom css

    @media only screen and (min-width:240px)and (max-width:560px){
    #custom .post-content { font-size:2em; }
    }
    Thread Starter Pushkar Kathayat

    (@pushkarsingh32)

    Thanks for your help,
    Butban sorry this css code is not affecting anything on mobile devices. I have seen this after changing font size to higher value. Please help.

    Thread Starter Pushkar Kathayat

    (@pushkarsingh32)

    Now solved the issue by one of your previous solution.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile fonts’ is closed to new replies.