Center text vertical in a DIV when images is involve using Bootstrap 3 (vertical-align) – Twitter bootstrap
I am trying to center a text vertically so it looks nice using Twitter Bootstrap 3 and CSS but I can't get it to work. I have the following HTML: <div class="col-md-3 vcenter"> <img src="https://dummyimage.com/30x30/000/fff" class="pull-left"> </div> <div class="col-md-9 vcenter">…