Created
January 27, 2018 11:27
-
-
Save hesoyamcode/f6992ec80e3b9917977818ec2e3e95cb to your computer and use it in GitHub Desktop.
Vertical Align Middle Bootstrap Row
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Css | |
.vcenter > [class*="col"]{ | |
display: inline-block; | |
float: none; | |
vertical-align: middle; | |
} | |
Use vcenter class beside bootstrap row class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment