How to fix mobile zoom issues on my website?

Solved

How to fix mobile zoom issues on my website?

Stagtis
Explorer
65 0 15

Hi I'm having an issue where on mobile you can drag to the left and leave the page your on. Help would be much appreciated. Website: www.stagtis.com

  

Screenshot_2024-04-06-17-53-00-78_40deb401b9ffe8e1df2f1cc5ba480b12.jpg

Accepted Solution (1)

Keshan97
Shopify Partner
72 9 24

This is an accepted solution.

This issue is happening because of the announcement bar, You can prevent it from overflowing by adding the code:

 

.announcement-bar__link {
    overflow: hidden;
}

 

Best Regards,
Keshan Vishwajith
Shopify Certified Theme Developer
Feel free to drop me an email
www.loomod.com

View solution in original post

Replies 2 (2)

Keshan97
Shopify Partner
72 9 24

This is an accepted solution.

This issue is happening because of the announcement bar, You can prevent it from overflowing by adding the code:

 

.announcement-bar__link {
    overflow: hidden;
}

 

Best Regards,
Keshan Vishwajith
Shopify Certified Theme Developer
Feel free to drop me an email
www.loomod.com
Stagtis
Explorer
65 0 15

thanks so much