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
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
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!