what is doing curent setting if enable or disable , from theme settings other
Default viewport tag: <meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no”>
The current setting ensures the website fits well on different screen sizes and prevents users from zooming in or out. If you disable this setting, users will be able to zoom in and out on their devices.