Hi
How to increase collections gap?
Website url: https://hanklee182online.myshopify.com/
Password: teadri
Thank you
A Shopify store owner seeks to increase the spacing between collection items displayed on their homepage.
Solutions Provided:
Multiple support teams offered CSS-based fixes:
assets/component-card.csstheme.liquid file before the closing </body> tagassets/base.css with padding adjustments to .collection-list elementsResolution:
The original poster confirmed all three CSS solutions worked successfully and expressed gratitude to each support team. The issue appears fully resolved through custom CSS modifications to the theme files.
Note: The conversation contains reversed/mirrored text in several places, but the technical solutions and outcomes remain clear.
Hi
How to increase collections gap?
Website url: https://hanklee182online.myshopify.com/
Password: teadri
Thank you
Please share the store URL…
Hi .@Oscprofessional
Website url: https://hanklee182online.myshopify.com/
Password: teadri
Thank you
@HankLee182 Go to assets/component-card.css and paste below css at bottom of file.
.card .media
{
margin: 10px;
}
Hello @HankLee182
It’s GemPages support team and glad to support you today.
You can follow these steps:
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hello @HankLee182
Go to Online store >> Edit code >> Assets >> base.css
Add this code below of base.css file
.collection-list .collection-list__item {
padding: 12px !important;
}
Hi MandasaTech
I paste the code is working.
Thanks again ![]()
I am glad that my suggestion is helpful to you.
Best regards,
GemPages Support Team
Hi .@GemPages
Thanks to GemPages team again.