How can I make Bootstrap 4 columns all the same height? [duplicate]

You just have to use class="row-eq-height" with your class="row" to get equal height columns for previous bootstrap versions.

but with bootstrap 4 this comes natively.

check this link –http://getbootstrap.com.vn/examples/equal-height-columns/

Leave a Comment