S
S
Screamin-Jay2015-12-08 20:19:39
HTML
Screamin-Jay, 2015-12-08 20:19:39

Bootstrap Aligning columns to the highest in a row?

How to align columns to the tallest element? Or is it impossible to do this without additional classes and fixed sizes?

<div class="row">
            <div class="col-md-3"><img></div>
            <div class="col-md-3"><img></div>
            <div class="col-md-3"><img></div>
            <div class="col-md-3"><img></div>
        </div>

797369b3934d46a597a8ac343faa54b9.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Screamin-Jay, 2015-12-09
@Screamin-Jay

Apparently, it is easier to make a list of this kind, small interface elements through ul, than to connect third-party libraries.
But if the structure is more complex and there are a lot of elements, then it is really worth using the solution that has already been voiced.

S
Sanan Yuzb, 2015-12-08
@Sanan07

Can make the heights of all of the same?

E
entermix, 2015-12-08
@entermix

How to align column heights in bootstrap?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question