Shopify themes, liquid, logos, and UX
Hey, is it possible to increase padding between product images on collection page for both mobile & desktop view?
my store url: bellevodesign.com
The issue:
Desired outcome:
Solved! Go to the solution
This is an accepted solution.
Hello @bellevo,
I understand you are looking to provide spacing between product listings.
Please add below mentioned CSS code at the bottom of the theme.liquid file before </body> tag and save.
[This code helps you to provide spacing between product images in both mobile and desktop view.]
<style>
li.grid__item.scroll-trigger.animate--slide-in {
padding-left: 13px !important;
}
</style>
Output -:
I hope the code helps you
Please share if you have any queries.
Thank you.
This is an accepted solution.
Hello @bellevo,
I understand you are looking to provide spacing between product listings.
Please add below mentioned CSS code at the bottom of the theme.liquid file before </body> tag and save.
[This code helps you to provide spacing between product images in both mobile and desktop view.]
<style>
li.grid__item.scroll-trigger.animate--slide-in {
padding-left: 13px !important;
}
</style>
Output -:
I hope the code helps you
Please share if you have any queries.
Thank you.
Worked perfectly, thank you!
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