Flow Theme - Gaps In Featured Collection (Home Page)

Hi There,

Can anyone help me please, on my featured collection on my home page i have spaces/gaps between my products (lastest products). I am using the Flow theme.

www.nonpareilfashion.co.uk

1 Like

@Nonpareil

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.homepage-product-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}
1 Like