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.
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.
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;
}
