Skip Navigation

[Resolved] Disable Mobile "Scaling" – Responsive View

This support ticket is created 6 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by gaianH 6 years, 9 months ago.

Author
Posts
#620735

I'm designing my website from scratch to appear and function well for both mobile and desktop use. However, with MinimaX1 and Layouts the site scales by default on mobile devices, breaking the site design.

How do I disable this responsive page scaling in layouts, bootstrap, or my theme?

#620738

Duh. Well it took a lot more research than I wanted to do to find such a simple answer. I simply needed to find a meta tag in my header which held this information:

<meta name="viewport" content="width=device-width, initial-scale=1">

And comment it out.