<style>
.capatcha {
text-align: center;
}
.g-recaptcha {
display: inline-block;
}
</style>
<div class="capatcha">
<div class="g-recaptcha" data-sitekey=""></div>
</div>
This is the result
Source: http://stackoverflow.com/questions/27411581/centering-no-captcha-recaptcha
Clean and it works. Nice. I found a lot of suggestions, but this is the best
This saved me. Thank you very much