Ok sooo atm, the way i’ve built it is as a CMS collection list inside of a grid. Would you suggest that the only way to be able to have equal height layouts is to redo it inside a flexbox?
If this is the case, do you have any tips on how to make sure that I only have 3 of these collection items on a horizontal line? (atm, everytime i try to do a flexbox instead of a grid, all 12 of the collection items get displayed on the same line)
You can just do flex box horizontal where each element is 33% width - I think it may work with grid too but you might need to put a div in the collection item and make it flex. If I were you I’d just follow the video because it’s exactly what you’re looking for.