Hi, I need help with the grid on my collection page I’ve included two pictures. First I’d like the grid to be flush with the filter sort buttons, the second is there’s a gap between the grid items and also some items seem to be shorter then others. Thank you - my site is Women's Perfume
Dear @Luxurymrkt
Here are some instructions for you:
- Go to your Shopify Online Store admin page > Themes.
- Click the three dots (…) (or Actions) next to your current theme and select Edit code.
- Find the file named base.css (or theme.css, component-card.css depending on the theme).
- Scroll to the bottom of the file and paste the following CSS code:
@media screen and (max-width: 749px) {
.collection-grid__wrapper .grid.grid--uniform.small--grid--flush >div {
margin-top: 0 !important;
}
.grid-product__price {
display: none !important;
}
}
Hi @Luxurymrkt
First, you should check theme setting if theme not support setting change grid gap and column item, you can change it by css style.





