How to increase white space between cards in the featured products section in the home page?

I am using dawn theme and I would like to know how do I increase the white space between the cards in the featured products page in the home page.

Thank you, please refer the below screenshot for clarification

Store URL: https://abbasi-e3ff.myshopify.com/

Store Password: testingpage

@justauser - add this css to the very end of your base.css file and check, I believe you will have an option to adjust this in customize settings, but if you find it difficult then try the given one and adjust number 20 as per the need.

@media screen and (min-width: 750px){
.collection .grid {column-gap: 20px;}
}

1 Like

Hey Thanks a lot! it worked

1 Like