Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Created January 27, 2018 11:27
Show Gist options
  • Save hesoyamcode/f6992ec80e3b9917977818ec2e3e95cb to your computer and use it in GitHub Desktop.
Save hesoyamcode/f6992ec80e3b9917977818ec2e3e95cb to your computer and use it in GitHub Desktop.
Vertical Align Middle Bootstrap Row
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