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
Hello guys, how can I eliminate the space on the sides of the products? I would also like to eliminate the space in the middle between one product and another. this is my site page https://recentestudio.com/collections/new-arrivals, NORTH theme. I searched in other previous questions, but my theme in the code does not have theme.css
Try adding the following CSS:
.grid--item {
margin: 0;
}
.grid {
padding: 0;
}
Thanks, but unfortunately nothing changes