CMS Development

DanBQ
Participant | Elite Partner
Participant | Elite Partner

Make boxes the same height

SOLVE

Hi,

 

Does anybody know how to make the boxes on this page the same height? https://www.babelquest.co.uk/babelquest-hubspot-case-studies

 

Thanks 🙂

0 Upvotes
1 Accepted solution
stefen
Solution
Key Advisor | Partner
Key Advisor | Partner

Make boxes the same height

SOLVE

@DanBQ it looks like you added a minimum height to them. This will work until the minimum height changes. If you want a more robust solution I would recommend using either Flexbox or Grid based CSS layout solution (instead of the float based columns) because both of those have the ability to create equal height rows/columns.

Stefen Phelps, Community Champion, Kelp Web Developer

View solution in original post

0 Upvotes
2 Replies 2
stefen
Solution
Key Advisor | Partner
Key Advisor | Partner

Make boxes the same height

SOLVE

@DanBQ it looks like you added a minimum height to them. This will work until the minimum height changes. If you want a more robust solution I would recommend using either Flexbox or Grid based CSS layout solution (instead of the float based columns) because both of those have the ability to create equal height rows/columns.

Stefen Phelps, Community Champion, Kelp Web Developer
0 Upvotes
DanBQ
Participant | Elite Partner
Participant | Elite Partner

Make boxes the same height

SOLVE

Thanks, Stefen. I'm going to use flexbot.

0 Upvotes