Product Grid Photos Spacing - Vertically and horizontally- Dawn Theme

Hi Please help in increasing the space between products vertically and horizonatlly. Right now i am using dawn theme and product grid photos are coming very close. So i want to increase the spacing between 2 products.

Please find the screenshot attatched. Please find the screenshot attatched.

1 Like

@Intekhab

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.product-grid .grid__item {
    margin-bottom: 30px;
}