This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Mobile Vs Desktop Font Size

10 years ago · Last reply by Andrew Misplon 10 years ago

Hello.

Changing the content font size in Vantage doesn’t make it bigger on mobile. I think it used to. Did something change?

I want to make the font size on mobile devices bigger…

URL: https://www.kompulsa.com/2015/09/12/top-4-most-efficient-new-crossovers/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 10 months ago

    Hi Nicholas

    Thanks for reaching out.

    We’re not targeting the font sizes for mobile. You’re running a caching plugin. Have you tried clearing that after making a change? You might be looking at a cached result.

  2. Nicholas Brown 10 years, 10 months ago

    I just cleared the cache, but the font still looks a bit smaller than I want it to on mobile, but the desktop font is big now. :(

  3. Andrew Misplon Staff 10 years, 10 months ago

    Your phone and screen resolutions are likely different so you wouldn’t land up with a perfect match between the two. You can set the mobile sizes with something like the following inserted at Appearance > Custom CSS:

    /* Mobile */
    @media (max-width: 680px) {
    h1.entry-title { font-size: 28px }
    .entry-content p { font-size: 20px; }
    }

    Adjust as required.

  4. Nicholas Brown 10 years, 10 months ago

    Thank you. It worked. :)

    I wish I could increase the size of the excerpt text on the front page, though (the text under the article thumbnails).

  5. Andrew Misplon Staff 10 years, 10 months ago

    For sure.

    Send a link to the page we’re looking at. Increase for mobile or desktop? I’ll take a look. Thanks.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread