Answer the question
In order to leave comments, you need to log in
How to vertically align a block using css?
Hello.
My question is: I am using bootstrap
<div class="container">
<div class="row">
<div class="col-sm-6">Hello</div>
<div class="col-sm-6">Hello</div>
</div>
</div>
.row{
display:table;
width:100%
}
.col-sm-6{
display:table-cell;
vertical-align:middle;
float:none;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question