Having trouble applying the text-center class from Bootstrap to my Google Captcha. Here is the code I am using:
<div class="text-center"><div class="g-recaptcha" data-sitekey="<?php echo get_option('recaptcha_site_key'); ?>"></div></div>
Could it be that the issue lies with Google Captcha, or is there another problem at play here? It seems to work for everything else.
Many responses suggest adding this code:
style="width: 78%; margin: 0 auto; display: block;"
Although this solution worked, it lacks responsiveness. Looking for a more responsive solution.