Product page Images on phone not displaying properly

Hi,

You can check the video the product images are not being displayed properly on phone

How can I fix this?

my site is snackparadise.ca

also I want to disable my cart so no one can add any products, because I want to do amazon affiliate

hi @snacks77 hope you are doing well

please add this cod e at the end of theme.scss.css file this will resolve your slider issue


.product-template__container .owl-carousel .owl-wrapper{
 display: flex !important;
}

If helpful, please Like and Accept Solution.