Shopify themes, liquid, logos, and UX
Hi All - Happy New Year! I'm trying to figure out how to decrease the spacing of the photos in my product grid as the attachment shows below from the first photo to the second. Could someone please help me? My website is www.noenddenim.com - thank you so much!
Solved! Go to the solution
This is an accepted solution.
@noend , do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > app.css and paste this at the bottom of the file:
[data-id*='product-grid'] > *{
padding-left: 3px !important;
padding-right: 3px !important;
}
If it helps you please click on the "like" button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
This is an accepted solution.
@noend , do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > app.css and paste this at the bottom of the file:
[data-id*='product-grid'] > *{
padding-left: 3px !important;
padding-right: 3px !important;
}
If it helps you please click on the "like" button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
Thank you so much! It works right away!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025