https://i.sstatic.net/RVBpK.png
Is there a way to center the images for the 2 app download links within the class="row"
section?
<div class="container">
<div class="row">
<div class="col-xs-4" style="text-align:right"><img src="images/bear.png" alt="bear" /></div>
<div class="col-xs-8 first-row-second-column">
<div class="row">
<h3 class="col-xs-12" style="text-align:center">Welcome to</h3>
</div>
<div class="row">
<h3 class="col-xs-12" style="text-align:center">Subscribe today and get 7 DAYS FREE</h3>
</div>
<div class="row">
<h3 class="col-xs-12" style="text-align:center">If you are in Greece, send an SMS now from your mobile ZOU to 54790 and enter the world of Zouzounia.</h3>
</div>
<div class="row">
<h3 class="col-xs-12" style="text-align:center">If you live abroad, subscribe through the application.</h3>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<div><img src="images/app_store_logo.png" alt="app_store_logo" /></div>
<div><img src="images/google_play_logo.png" alt="google_play_logo" /></div>
</div>
</div>
</div>