Make the distance between the cards bigger on my product page

hi, i want to make the distance between the cards bigger on my product page. for example the image below. dawn theme - 6.0.2

URL: nightlightcity.com

pass: bowchu

@ni3 - add this css to the end of your base.css file and check, adjust number as per the need

@media screen and (min-width: 990px){
#product-grid .grid__item {padding: 10px;}
}

Hi @ni3 ,

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Add this CSS at the bottom

Online Store ->Theme ->Edit code

Assets → base.css

@media screen and (min-width: 750px) {

.grid {

    column-gap: 34px !important;

    row-gap: 34px !important;

}

}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Hello @spoyled

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team