Product page moving left to right

I am using Impact Theme. On mobile scrolling through my product page the page moves left to right and shakes i dont want it to move at all. I have tried many different codes to try and fix this and none have worked. Website - www.nuturas.com

Thanks

@davodavis66

Please add the following code to your assets/theme.css bottom of the file.

.product-info {overflow-x: hidden !important;}

Thanks!

@dmwwebartisan Thank you so much!

1 Like