Answer the question
In order to leave comments, you need to log in
How to make two columns the same height in bootstrap?
It is necessary to make 2 columns of the same height in the bootstrap.
The right side will be the text, and the left side will be the table of contents with vertical-align: middle.
I tried to add another class to ROW:
.n-cols {
display: table;
}
.n-cols > div {
display: table-cell;
vertical-align: middle;
}
Answer the question
In order to leave comments, you need to log in
Have you tried adding a custom column style? With indication of height.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question