Help! Collection list not on line anymore?

Hello, i have a problem on my website. Suddenly the collection list is messing up. (see screenshot)

I can’t seem to spot the problem, and i feel like i haven’t done any major things that should cause this?

Can anyone spot the mistake? It’s on the front page of my website: https://americanwine.myshopify.com/

I hope anyone can help!

Please check your dashboard if you have changed the value for products per row. You’ll find this option if you navigate through…

Admin → Customize → Collection List(or a section with similar name)

Ive just checked, everything seems fine. I think it is some code gone wrong. I have editing in some code but that shouldn’t have effected the collection list, it makes no sense?

@LauraOO , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
[id] .CollectionList .Carousel__Cell{
    min-width: calc(33.33% - 30px) !important;
}

If you have your theme custom coded or something I’d urgently revise it though, there may be other broken code that has passed by unnoticed. This is not default behavior for Prestige.

Kind regards,
Diego

Thank you so much! Easy fix