Why is my Flex theme collection page bugging after updating to 2.0?

Hy all, i am using Flex theme by out of the sandbox.. i updated my theme to shopify 2.0 right now but i have a bug issue in my collection pages.. can you help me finding a solution?

Basically, when the collection shows more than 4 products it has no problem and it works very well

but if there are less than products, the layout bugs like these:

i am using collections from my theme just for filtering products..

Thanks all for advices! :slightly_smiling_face:

1 Like

@davideross

sorry for that issue can you please provide store url so i will check and let you know

1 Like

hy, sure!

https://puntohotel.it/a/search/contenitori-in-metallo?filter_colore_filter=rosso

1 Like

@davideross

yes please confirm this look

1 Like

https://puntohotel.it/a/search/contenitori-in-metallo?filter_colore_filter=inox-satinato

it also works with 2 or 3 products? can you help me with setting it like it?

1 Like

@davideross

Yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
.container.collection__content {
    display: block;
}
1 Like