Visual Editor Text Size is different on desktop and mobile (responsive disabled)
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
2Hi Artvaz
Please give this a try.
Your current span for the 24px fonts
Please change it to this
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
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.