我正在尝试在我的Google验证码上应用文本中心类的bootstrap。它不起作用。这是我的代码。
<div class="text-center"><div class="g-recaptcha" data-sitekey="<?php echo get_option('recaptcha_site_key'); ?>"></div></div>
是由于Google验证码而不起作用还是存在其他问题?对于其他所有东西,或其他有用的东西。
大多数答案就像我必须添加此代码
style="width: 78%; margin: 0 auto; display: block;"
实际上这是可行的,但不是响应式的解决方案。请提供快速响应的解决方案。