Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
It works for my site on desktop, but when I switch to mobile it's not really centred:
This is an example of how it is now and what I don't want.
Website link: https://9g99ww8igezgur08-74826613002.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
@rene94 Please follow below steps to set the product images to edges of the screen. Let me know whether it is helpful for you.
.product__media-list.slider .product__media-item {
margin: 0px !important;
padding: 0px !important;
}
.product.grid {
padding-top: 0px !important;
}
This is an accepted solution.
@rene94 Please follow below steps to set the product images to edges of the screen. Let me know whether it is helpful for you.
.product__media-list.slider .product__media-item {
margin: 0px !important;
padding: 0px !important;
}
.product.grid {
padding-top: 0px !important;
}