PRODUCT IMAGE MOVES VERTICAL FIX

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:

  1. Go to Online StoreThemesEdit Code.
  2. Find base.css (or a similar file).
  3. Paste the following code:
.product__media-list.slider--mobile {
  overflow-y: hidden !important;
}

Remember to like and mark this as the solution if it helped you! :blush:

worked! Thank you so much!!!

No problem, anytime! :blush: