Urgent - Issue with CMS design

Hi,

I hope you are well.

I recently joined Webflow with the aim to create a new website for the company I am working for. Deadline is coming soon and I need to resolve the issue with the design of my homepage asap.

As you can see on screenshot & shared link, the different elements present inside my collection list are not showing up properly. They are at the top of each other…

What should I change to make it work ? Could you help me out, please ?

Many thanks for your time.

(1) https://salesapps.webflow.io/

(2) https://preview.webflow.com/preview/salesapps?utm_medium=preview_link&utm_source=designer&utm_content=salesapps&preview=c32a97ad1c12dbabb0be858cb7165f5b&workflow=preview


First of all you should not set fixed height on the .collection-list-content

And to have that layout you should apply display: flex to the parent (.collection-list) of the .collection-list-item

I’m guessing you thought .collection-list-item is that parent but it should be the child columns for the parent with display: flex.

Thank you Abirana. Working well now

1 Like