For mobile Id like to remove the white space next to main product image
https://www.afterhoursgallery.co.uk/products/dirty-martini-wall-art
A user sought to remove white space on either side of product images on mobile devices in the Minimog theme.
Solution Provided:
.m-main-product--wrapper and .m-main-product--media classesOutcome:
For mobile Id like to remove the white space next to main product image
https://www.afterhoursgallery.co.uk/products/dirty-martini-wall-art
Hi @Johnnycrev
Let try to add this Custom CSS to your theme Settings:
@media (max-width: 767px) {
.m-main-product--wrapper {
margin-inline: -15px;
}
.m-main-product .m-main-product--media {
padding: 0;
}
}
Amazing! Thanks so much!
you’re welcome. Let me know if you need support others ![]()