Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS basic CSS column button alignment question Reply To: basic CSS column button alignment question

#196822
Beverleyh
Participant

To make all the columns the same height, try setting display:flex; on the parent container(s).

A code sample would be good to give specific help though.