webflow’s excellent tutorial videos have gotten me far but now I’ve encountered a real road block
In my two column layout the 1st column contains a collection list with items of varying height. In that first column I want to have 2 items next to each other. For some reason I just can’t get them to wrap and align vertically without gaps. I tried flexboxes with 50% width wrapped children and all kinds of variations but to no avail.
@neomagic What is the final look you are trying to achieve? Are you wanting them to all be the same height? With flexbox you will always have that gap if your items are not the same height and your layout is working as flex box has intended. I think what you are looking for is more of a masonry grid if I am not mistaken. Take a look at this forum posts and see if they help your issue.
Hmmm I am not sure about those two, I would go through and clean up any extra divs that you may not need and make sure that all of your margins and paddings are equal and set appropriately. If you are still having issues let me know and i might be able to help.