+ 6
How in bootstrap align elements in height
I have the form container. How in bootstrap (class .row) align all elements in height? Code is hear https://code.sololearn.com/WlyPHZedB2KV/#html
2 Answers
+ 2
I think this can be helpful - https://getbootstrap.com/docs/4.1/utilities/vertical-align/
just add class "align-top", "align-middle" or any other which you can see in the link.
+ 1
Try align="top"