So i’m working on my website, and I’m trying to do a few things with the CMS collections, I would like each item to stretch to the same, as you can see the button in the middle CMS item is shorter, however I think it will look best with all items equal length.
@TD3Marketing
Each ROW for your Column needs to have fixed height.
For example, here are your ROWS
Column Header Label Row (eg. Analytical Services) = 1.5em Height
Column H3 Header Row (eg. Jasko Development - New Britain) = 3.125 Height
Column Date Label Row (eg August 3, 2018) = 1.5em Height
Column Image Row - = 8.5em Height
Column Paragraph Row = 12.5em Height
Column Button Row = 3.5em Height
^^ By treating each element as a row with fixed height, your CMS columns will be aligned evenly.
You can use CMS Row div block Height or Element Height to your preference. I prefer to use EM values for establishing row height but you can use pixel too if that’s to your liking.