How to remove spacing between products on collection page

Hey I would like to make the spacing on sides and top of products the same as between (4px)

Hi @robert_swag

May I have the link of your store to take a closer look?

Best,

Daisy

hey here is the url https://fc2wuyoc5mps7hee-89051889996.shopifypreview.com

password is: Robert

Thank you very much!

Hi @robert_swag

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
ul.grid.product-grid.contains-card {
    margin-top: 0 !important;
}
slider-component:has(ul.grid.product-grid.contains-card) {
    padding-inline: 4px !important;
}

Here is the result:

I hope this helps

Best,

Daisy

Thank you worked perfectly!!!

1 Like