How can I make Bootstrap columns all the same height?
LATEST SOLUTION (2022) Solution 4 using Bootstrap 4 or 5 Bootstrap 4 and 5 use Flexbox by default, so there is no need for extra CSS. Demo Solution 1 using negative margins (doesn’t break responsiveness) Demo Solution 2 using table Demo Solution 3 using flex added August 2015. Comments posted before this don’t apply to … Read more