"User escalable = no"

Saltapatras
Excursionist
24 0 3

Hi! I need help to remove "User escalable = no" from shopify theme code. Does anyone know how to remove it from code?

Thankss

Replies 2 (2)
NomtechSolution
Trailblazer
1245 111 139

Locate the viewport meta tag: In most cases, the "user-scalable=no" property is present in the viewport meta tag. Look for the following line in your theme code:

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

Remove or modify the "user-scalable" property: You can either remove the entire "user-scalable=no" property or modify it to allow user scaling. Here are two options:

Option 1: Remove the property completely:

<meta name="viewport" content="width=device-width, initial-scale=1">
Chat on WhatsApp: +923246370042
Need a Shopify developer? noumanmasood64@gmail.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Akibhusen
Shopify Partner
715 121 141

Could you please share the store URL and theme name? so,we get the better idea