Home Forums Claremont Pro mobile device scrolling Reply To: mobile device scrolling

#7705
Andy
Keymaster

When I look at your site, the W3 plugin is not removed as it is still loading the minified and cached CSS stylesheets.

It doesn’t need to be removed, although when testing changes it is a good idea to temporarily deactivate it.

If all else fails, please add the following CSS code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

html, body {
    overflow-x: visible;
}

This should force through the changes.