Shopify themes, liquid, logos, and UX
hello designers. i am trying to find the code for padding of product images to remove broder and spacing between images but i am unable to find, can you please help me to find the code for this work in expanse theme.
Solved! Go to the solution
This is an accepted solution.
Hi @Fahad_Ahmad ,
If you want to remove padding from both side of the product image then
Follow these steps:
1. Open customization
2. Go to section of this product
3. Open Custom CSS
4. Paste this code
.grid-item {
padding-left: 0px;
padding-right: 0px;
border: none;
}
5. Save it and refresh
This is an accepted solution.
Hi @Fahad_Ahmad ,
If you want to remove padding from both side of the product image then
Follow these steps:
1. Open customization
2. Go to section of this product
3. Open Custom CSS
4. Paste this code
.grid-item {
padding-left: 0px;
padding-right: 0px;
border: none;
}
5. Save it and refresh
i want to apply for all products, and i cant find the section, can you please have a look and help me?
my store link is
Give me the product page URL where you want to remove gap and border
Thank you so much
Hi, I have exactly same problem. I tried what you suggested above, zero effect. What can i do?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025