Join us today @ 1pm EDT for an AMA with 2H Media: Holiday Marketing for Your Shopify Store and have your marketing questions answered by marketing experts 2H Media | Plus watch the 2H Media AMA Livestream on Twitch!

Re: 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
735 63 105

Try adding the following CSS:

 

.grid--item {
  margin: 0; 
}

.grid {
  padding: 0; 
}

If this fixed your issue, likes and accepting as a solution are highly appreciated.

Build an online presence with our custom built Shopify Theme EcomifyTheme




recentestudio
Visitor
2 0 0

Thanks, but unfortunately nothing changes