I am trying to center the google captcha and the send button of contact form 7 on this web page: http://p17238-110-2914.s110.upress.link/contact/
我想在这个网页上设置谷歌验证码和联系表格7的发送按钮:http://p17238-110-2914.s110.upress.link/contact/
I tried margin: 0 auto;
and wrapping it with a div
without any success: my form
我试过保证金:0自动;用div包装它没有任何成功:我的表格
1 个解决方案
#1
1
Around the capcha iframe, you have a div within inline style:
在capcha iframe周围,你有一个内联样式的div:
style="width: 304px; height: 78px;"
Remove this and add display:block
and margin: auto
to the iframe
删除此项并将if:block和margin:auto添加到iframe
Hope this helps.
希望这可以帮助。
#1
1
Around the capcha iframe, you have a div within inline style:
在capcha iframe周围,你有一个内联样式的div:
style="width: 304px; height: 78px;"
Remove this and add display:block
and margin: auto
to the iframe
删除此项并将if:block和margin:auto添加到iframe
Hope this helps.
希望这可以帮助。