-
Step 1: Go to Online store > Themes > Actions > Edit code.
-
Step 2: Go to Assets > style.css and paste this at the bottom of the file.
@media only screen and (min-width:768px){
.product-photo-container>a {
position: relative;
display: block;
width: 50% !important;
margin: 0 auto;
}
.owl-carousel .owl-stage {
max-width: 385px !important;
width: 100% !important;
margin: 0 auto;
}
}