PRODUCT IMAGE MOVES VERTICAL FIX

Solved

PRODUCT IMAGE MOVES VERTICAL FIX

edwinsoltan
Explorer
59 0 16

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
121 11 23

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 and autoSchema

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with FAQs, table of contents and other features! Start your 14-day free trial today!


autoSchema: Fully automated and continuously updated Google structured data, including duplicate data removal. Simple to install – try it now!


Discover more at autoBlogger.bot!

View solution in original post

Replies 3 (3)

Olllie
Shopify Partner
121 11 23

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 and autoSchema

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with FAQs, table of contents and other features! Start your 14-day free trial today!


autoSchema: Fully automated and continuously updated Google structured data, including duplicate data removal. Simple to install – try it now!


Discover more at autoBlogger.bot!

edwinsoltan
Explorer
59 0 16

worked! Thank you so much!!!!

Olllie
Shopify Partner
121 11 23

No problem, anytime! 😊 

Ollie | Founder & Developer of autoBlogger and autoSchema

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with FAQs, table of contents and other features! Start your 14-day free trial today!


autoSchema: Fully automated and continuously updated Google structured data, including duplicate data removal. Simple to install – try it now!


Discover more at autoBlogger.bot!