• Hello Alex,

    Thank you very much for releasing this beautiful theme for free. Love it so much!

    I am wondering if there is a way to enlarge the font size of blog posts on mobile phone? I was able to enlarge font size via editing the CSS file, but the changes I made only applied to desktop and laptop view. These changes did not reflect on mobile phone view. Any suggestion?

    Thank you!

    • This topic was modified 4 years, 2 months ago by Eric Huang.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Eric Huang

    (@ychhuang)

    Hi Alex,

    Just check in! Any luck to see you shed a light on the thread? I’ve been using Minimer for more than five months! Really love it! Thank very much!

    Theme Author Alexander Agnarson

    (@alxmedia)

    Hi Eric! Sorry for a very late reply.

    Try adding the following css:

    
    @media only screen and (max-width: 479px) {
    .entry { font-size: 16px; }
    }
    

    Or, if you want to change it for a bit larger screens:

    
    @media only screen and (max-width: 719px) {
    .entry { font-size: 16px; }
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Phone Font Size’ is closed to new replies.