Remove space between pictures in collections section

Hello @ak74

You can add code by following these steps to remove spaces between images on collection list homepage

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (min-width: 767px) { .collection-list.grid { column-gap: 0 !important; } }