When you enter the product page on mobile and try to scroll through the images, they move around because all the images are “zoomed in.” Is there a way to make them fixed in place? Here is a reference to how the issue looks.
STORE https://timecraft.se/products/sakura-custom-seiko-nh35-automatic-watch
PROVBLEM on mobile
Hey,
Try adding this to your CSS:
.product__media-list.slider--mobile { overflow-y: hidden !important; }
Remember to like and mark this as the solution if it helped you!
worked! Thank you so much!!!
No problem, anytime!