Hey I would like to make the spacing on sides and top of products the same as between (4px)
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:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- 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