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.

Visual Editor Text Size is different on desktop and mobile (responsive disabled)

Resolved 2 replies premiumthemetheme-vantage
10 years ago · Last reply by artvaz 10 years ago

For some reason when I go on my mobile to my home page:

qpuntto.com

the text seems bigger than it is on desktop, its not on the same dimentions than it is on desktop, even in the set up (visual Editor) the text must be at much 24px but in the mobile it seems quite bigger, can u help me with this??

URL: http://qpuntto.com

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

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Magus Staff 10 years, 9 months ago

    Hi Artvaz

    Please give this a try.

    Your current span for the 24px fonts

    <span style="font-size: 24pt;">

    Please change it to this

    <span id="mobile-font" style="font-size: 24pt;">

    Then add the following to Custom CSS

    @media all and (max-width: 640px) {
    #mobile-font {
        font-size: 18px;
    }
    }

    Adjust the font size in the media query to get your desired result.

    Let us know how you get on

    Magus

  2. artvaz 10 years, 9 months ago

    thanks it worked nicely

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