too big product page width

too big product page width

Etay56
Excursionist
31 0 5

as you can see in the picture below its possible in mobile to zoom out and make the product page fit half of the screen, I would like to get it fix

Important to mention, it happens only when someone zoom out on purpose, not immediately when the product page is opened
but I would like to disable this, thanks in advance
store link:

https://7c8266-b4.myshopify.com/

Etay56_0-1719718037326.png

 

Replies 2 (2)

EBOOST
Shopify Partner
1340 336 404

Hi @Etay56 ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png

2. Layout/theme.liquid

3. Update code 

From 

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

To 

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

EBOOST_0-1719813151311.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
Etay56
Excursionist
31 0 5

thanks but it didn't work