Collection list with uneven padding in height

hi, I’m trying to make a collection list that will be built out of two columns while the right one will start in an higher position than the left one.
Here’s an example.


any suggestions on how to create it?

1 Like

Hey @Maayan_Froind

You can use two collections lists for this. Left one will have extra div above the item content. You can call this div .collection-spacer. The next step will be to add a switch field to the cms structure > add top spacer > click on the .collection-spacer > go to conditional visibly > if the switch is set.

Hope this makes sense :webflow_heart: