Shopify themes, liquid, logos, and UX
For mobile Id like to remove the white space next to main product image
https://www.afterhoursgallery.co.uk/products/dirty-martini-wall-art
Solved! Go to the solution
This is an accepted solution.
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;
}
}
This is an accepted solution.
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 😉
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025