Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Dawn theme: increase space between product cards in the grid.

Dawn theme: increase space between product cards in the grid.

nd500
Excursionist
43 0 13

Hi! How do I increase space between the product cards on collection pages on desktop version?

Right now the product listings are too close to each other. Link: https://bit.ly/3RA22WP

Replies 6 (6)

KetanKumar
Shopify Partner
37430 3662 12116

@nd500 

oh sorry for that issue, can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

@media screen and (min-width: 750px) {
.product-grid.grid {
    margin-left: -25px;
}
.product-grid .grid__item {
    padding-left: 25px;
}
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
nd500
Excursionist
43 0 13

It does not work 😕

KetanKumar
Shopify Partner
37430 3662 12116

@nd500 

can please let me know where did you add this code and which spacing do you have add or less

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dlynaustin
Shopify Partner
22 0 0

Hi! This worked for me! Can you tell me also how to add more space between the collection grid on homepage?

 

www.assifassefi.com pw skawst

 

Thank you! 

micahgerges
Tourist
12 0 1

Is there an equivalent code for mobile? It doesn’t seem to work other than desktop.

IMG_1275.jpeg

RayErogan
Tourist
5 0 2

Need this code to work on phones too