In order to create something like this you’re going to need to separate the items into 2 columns of items and use one collection per column, fist collection is going to show items from 1 to 3 and second collection will show items from 4 to 6. and for the gap at the second column you can use a div block with certain amount of height.
As a concept ( above method is proven), I have been testing “column count” (text settings, but applied to the list) on collection lists for this. So this method means only one collection list for a potential masonry layout.
The photos collections has a gap div which is set to show only if the gap option is on for that CMS item. Just an idea on how to handle content that is all the same height which would prevent column count doing a masonry thing.
Your link doesn’t work so I can’t see exactly how you’ve tackled this.
Is it a manual or automatic filtering you’ve come up with? The only way I’ve managed to do this sort of thing was to have a switch element in a collection that the user selects to define which column, left or right, the item appears in.
Oh sorry, I had a clean out of projects and it wasn’t in my forum share folder
Hey I doubt it is the best way to go anyway as it required manual changes to CMS items. Probably stick to multiple collection lists filters to show different items. There is now potential to use CSS grid to help out.