Collection page is not showing properly ( Showing empty spaces )

Hi there,

My collection page is showing some empty spaces ( please see the image )

The collection of products showing gap between. Please see the image attached. URL below

My store collection page is https://www.tribeuno.co.uk/collections/tribe-vibes-1?page=2&_atid=bLCvikRzFE7qnzhxgsQMJeIYMgggX0

1 Like

@UsmanSipra

sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
ul.grid.grid--uniform.grid--view-items {
    display: flex;
    flex-wrap: wrap;
}

Thanks @KetanKumar . This worked.

1 Like

@UsmanSipra

its my pleasure to help us

What about if you are using the flow theme, there is no theme.scss.liquid