Hello @muzzamazza
If you are still facing the same issue even after applying below solutions, please try by following this steps:
-
Go to admin > online store > edit code.
-
In code directory, find the file named “section-main-product.css” and open it.
-
Copy below given code and paste it at the end of the file that mentioned above.
@media (max-width: 749px){
.product__media-wrapper slider-component{
width: 100%;
margin: 0 !important;
}
.product__media-wrapper .product__media-item {
margin-left: 0 !important;
}
}
- Don’t forget to save the file after making changes.
Hope this solution works best for your issue than other solutions.