Product Image Carousel Shows Partial of Second Image Mobile

Solved

Product Image Carousel Shows Partial of Second Image Mobile

bestone2024
Visitor
2 0 0

When on mobile the product image coursel is showing partial of the second image. Not sure which class to target via CSS. This is only occurring on the mobile view where the coursel occurs on the size.

bestone2024_0-1708452168988.png

 

Accepted Solution (1)

DevDynamo
Shopify Partner
42 11 6

This is an accepted solution.

Hey @bestone2024 ,

 

Could you please share the website/page URL so that I can look into it and provide you with the correct code?

 

Thank You.

- Helpful response? Please give it a Thumbs Up!
- Solved your query? Mark it as an Accepted Solution!
- Level up your Shopify game - Subscribe to 'Shopify Insight' for exclusive insights today!

View solution in original post

Replies 2 (2)

DevDynamo
Shopify Partner
42 11 6

This is an accepted solution.

Hey @bestone2024 ,

 

Could you please share the website/page URL so that I can look into it and provide you with the correct code?

 

Thank You.

- Helpful response? Please give it a Thumbs Up!
- Solved your query? Mark it as an Accepted Solution!
- Level up your Shopify game - Subscribe to 'Shopify Insight' for exclusive insights today!
bestone2024
Visitor
2 0 0

Sorry, I just fixed it right after posting. Thank you for your quick response! 

@media screen and (max-width: 767px){
.product, .product__media-wrapper {
    overflow: hidden;
}