I have a tall image acting as a left column (#watch) and a div as a right column (#watch-column), pushing up against the left. I'm trying to vertically centre the div but can't find anything that works.
What is the best way to be doing this? My site is somewhat fluid as you'll see. Thanks!
<section id="time-keeper-overview-id">
<div class="row" id="watch-parent">
<img id="watch" src="img/watch.png" class="img-responsive" alt="Responsive image">
<div id="watch-column">
<div id="time-keeper-description">
<p>Insert paragraph of text here</p>
</div>
<img id="bus-stop-waves" src="img/bus-stop-waves.png" class="img-responsive" alt="Responsive image">
</div>
</div>
</section>
#watch {
float: left;
max-height: 100% !important;
padding-right: 4%;
}
#watch-column {
vertical-align: middle !important;
overflow: hidden;
}
Full site is at http://goo.gl/O1q5B5