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

How to remove space in product grid

How to remove space in product grid

recentestudio
Visitor
2 0 0

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

Replies 2 (2)

EcomGraduates
Shopify Partner
862 71 126

Try adding the following CSS:

 

.grid--item {
  margin: 0; 
}

.grid {
  padding: 0; 
}

 Like + accept if this helped |
 Theme: EcomifyTheme |
️ Get An Audit: Here



recentestudio
Visitor
2 0 0

Thanks, but unfortunately nothing changes