Site logo

Archived topic

Vertical align child element in columns

3 replies · Started by Aaron on September 9, 2021

Viewing posts 1–4 of 4

https://wordpress-647045-2109646.cloudwaysapps.com/

The "Reclaim Your Health" section. I set the columns to equal height with margin-top: auto; on the buttons.

I can't figure out a way to vertically align (top) the text block in each column. Is there a flexbox solution for this/
Thanks.

Hi Aaron,

You can try setting a fixed height to the Headlines so all of them push the text blocks below them equally.

Try adding equal-heading class to all 3 of the headline blocks and add this CSS.

.equal-heading{
min-height:60px;
}

Or adjust the value to your preference.

That works great. I needed another set of eyes as I was definitely overthinking it. Thanks, Elvin.

No problem. Glad to be of any help. :D

This archived topic is closed to new replies.