PRODUCT IMAGE MOVES VERTICAL FIX

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:

1 Like