this is sample code
<section class="col-md-12">
<div class="col-xs-6 col-xs-offset-3 col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3 pull-right">
<button ><a href="" class=" text-center">Test Btn</a></button>
</div>
</section>
Is there way to set vertical aligment to middle for button for all screens ? I currently do that with margin-top in media queries, but it is "too much" coding, and just to ask for any simpler ideas ?
Tnx, P