How to make Grid boxes the same height if content is unknown?

In the page linked to below, I have a section called “section_cards_grid”. As you can see, the grid boxes aren’t the same height because the amount of content in each box differs. Is there a way to style these grid boxes such that their height always adjusts to hold the largest amount of content? I know I could make them all the same height by setting a Height size large enough to contain the largest amount of expected content. But if, for example, the content is being pulled from a CMS and you don’t know ahead of time what the customer is going to put in that CMS, the grid boxes need to be able to adjust their size automatically, without manual intervention. Thanks!

Screen Shot 2022-10-11 at 2.57.32 PM


Here is my site Read-Only: LINK

@robertfdev

Just make the height 100%

2 Likes

@robertfdev you can also check out this video from Webflow:

Thanks Kevin! I appreciate the help.

You betcha! Glad to help