修改recaptcha表格宽度

the*_*eve 5 css recaptcha

我试图在我的网站上的联系表单上集成recaptcha,但无法获得表的宽度更改,它渲染为692px而我将其他所有设置为宽度为320px.我能够设置recaptcha img的宽度,但我无法改变表格宽度.

这是我正在使用的CSS:

table#recaptcha_table.recaptchatable.recaptcha_theme_white {
    width: 50% !important;
}

#recaptcha_widget_div {
    width: 320px !important;
}

.recaptcha-div {
    width:320px;
}
Run Code Online (Sandbox Code Playgroud)

Mon*_*ngo 1

此链接包含您需要的信息。
http://www.ehow.com/how_12218694_make-recaptcha-smaller.html

请记住,由于 google 提供的验证码图像,最小宽度将为 300px。但是,如果 300 仍然太大,您可以尝试这个巧妙的技巧,将宽度调整为小于 300,然后在悬停时弹出更大的宽度。不理想,但确实有效。祝你好运。 http://blog.cdeutsch.com/2011/03/make-recaptcha-smaller.html