Hi @okocha21
You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings and check
@media (max-width: 749px) {
.index-product .product__images--mobile-slider .product__slide {
width: calc(100% - 80px);
margin: 0;
border: 1px solid #000;
}
.index-product .product__images--mobile-slider .product__slides {
padding-left: 0px
scroll-padding: 0;
}
}
