Layout 2-1-2 in CMS without Custom Code

Hey there!

Is it possible to have a layout 2cols - 1 col - 2cols in CMS Collection without using Custom Code?


Here is my site Read-Only: Webflow - Mathias

Not sure what that means- do you mean three columns in which the center one is half as wide?
If so the easy way to do that is using a grid with 3 cols, you can size them 2fr 1fr 2fr

@memetican I’m not sure this works with Collection Lists, in fact I’ve already tried and didn’t work. I will be using this layout for a Blog feed that comes from CMS Collection, so posts will come dynamically

I’m trying to do something like this

Ah that’s different. I’d probably use CSS and the :nth-item pseudoselector to change the column span for every 3rd item.