Vertical Centering

You can easily vertically center things by adding the class valign-wrapper to the container holding the items you want to vertically align.

This should be vertically aligned

<div class="valign-wrapper">
  <h5 class="valign">This should be vertically aligned</h5>
</div>