How can I decrease padding between images and white space on my home page?

Hello,

I would like to reduce the padding between the two collection list images on my home page and also reduce the white space between products to match.

Thanks

1 Like

@sumnb0011

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.grid, .grid--full {margin-left: -10pxx;}
.grid__item {padding-left: 10px;}