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
This is an accepted solution.
@MiguelMaya - please add this css to the very end of your base.css file and check
@media screen and (max-width: 749px) {
.cart-item {grid-template: repeat(2, auto) / repeat(3, 1fr) !important;}
}
This is an accepted solution.
@MiguelMaya - please add this css to the very end of your base.css file and check
@media screen and (max-width: 749px) {
.cart-item {grid-template: repeat(2, auto) / repeat(3, 1fr) !important;}
}