I made it with columns (3 columns) and then i putted divs inside them, to make a list. I made it this way because i dont want the blank space between the columns, when you have one that is bigger than the others.
But on responsive the order that they wrap, is not the order i want (and it makes sense because the columns wrap like this).
For example: I want the order by the way you can see on this image:
Can i make this in another way to make the columns wrap in the right order, and the divs align themselves depending on the size they occupy (without leaving blank spaces) ?
This is my read only link. Can you check this please?
Hello @AliSaeed thank you so much for your reply, really aprecciate it!
The grid is a awesome way, but i continue struggling with the blank space between the news.
Here is what i want to do:
I want to eliminate this blank space (x) and the new that is under (the one with the logo of drawing room) fill this blank space.
Is it possible? I already saw websites with this kind of structure but i really dont know how to do it.
Hi Helena, This isn’t exactly the solution you’re after as the collection items will flow vertically before they flow horizontally but I’ve found a way to achieve a “masonry” layout using a lesser-known CSS property that some people use for text columns. It uses the columns property in the typography section of the style pane. I’ve just made a free cloneable with instructions here: https://easy-masonry.webflow.io/ if you’re interested in taking a look but I thought I’d post it anyway as it might help you or others looking for a simple solution to something similar.