.col-sm-6 {
position: absolute;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
<div class="col-sm-6">
<img class="img-responsive img-rounded center-block" src="images/test.jpg" alt="">
</div>
<div class="col-sm-6">
<h2 class="section-header">Title</h2>
<p class="lead text-muted">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
</div>
I'm relatively naïve with CSS and am currently re-arranging a template site for my purposes. I've got it all working how I would like apart from I can't vertically centre images in the columns in relation to the size of the other column. Is this possible?
I've tried a few suggestions but no luck yet. Thanks for any help.