Why is font size within div smaller on mobile?

I’ve discovered that using a DIV within a Content Area when displayed on a mobile device, that the font size is smaller. I’ve been trying to figure out what CSS I can add to make that not happen.

Hello @solarwoods,

Thanks for writing in!

Can you please share the page URL where you are facing this issue? I need to take a look at the setup.

Thanks.

Hi @solarwoods,

Thank you for providing the URL. I checked the text on your page and the font size looks same in desktop and mobile screens. However you can prevent this from happening by adding the following code in the Theme Options > CSS:

.tow-inputbox {
    font-size: 16px;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.