Have your say in Community Polls: What was/is your greatest motivation to start your own business?

PRODUCT IMAGE MOVES VERTICAL FIX

Solved

PRODUCT IMAGE MOVES VERTICAL FIX

edwinsoltan
Excursionist
43 0 13

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

IMG_5059.PNG

IMG_5060.PNG

IMG_5061.PNG

   

Accepted Solution (1)

Olllie
Shopify Partner
100 9 17

This is an accepted solution.

Hey,

 

Try adding this to your CSS:

  1. Go to Online StoreThemes...Edit 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! 😊

Ollie | Founder & Developer of autoBlogger

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with a host of free extras! Start your 14-day free trial today!



Discover more at autoBlogger.bot!

View solution in original post

Replies 3 (3)

Olllie
Shopify Partner
100 9 17

This is an accepted solution.

Hey,

 

Try adding this to your CSS:

  1. Go to Online StoreThemes...Edit 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! 😊

Ollie | Founder & Developer of autoBlogger

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with a host of free extras! Start your 14-day free trial today!



Discover more at autoBlogger.bot!

edwinsoltan
Excursionist
43 0 13

worked! Thank you so much!!!!

Olllie
Shopify Partner
100 9 17

No problem, anytime! 😊 

Ollie | Founder & Developer of autoBlogger

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with a host of free extras! Start your 14-day free trial today!



Discover more at autoBlogger.bot!