Impulse theme add spacing between collection images

Hi,

I want to add white space / padding between the first row and next row and all other rows for all the collection images

and also make the collection images smaller but keep the same size font and layout

my site is :backhand_index_pointing_down:

https://luxurymrkt.com/collections/newest-products

Hi @Luxurymrkt !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation;

Please paste this code at the bottom of theme.css under assets in theme code files:

.grid__image-ratio img.grid__image-contain{

padding-top: 62px !important;

}

Like this;

Best regards;

Pagefly

Had to delete the code

it worked great but it messed up my home page slider sizes also

is there a way to just target the collection page image size?

before code :backhand_index_pointing_down:

after code :backhand_index_pointing_down: