I am trying to integrate recaptcha into the contact form on my website, but I canβt change the width of the table, this is rendering at 692px, while I have everything else set to 320 pixels wide. I was able to set the width of the recaptcha img, but I can not change the width of the table.
This is the css that I use:
table#recaptcha_table.recaptchatable.recaptcha_theme_white {
width: 50% !important;
}
#recaptcha_widget_div {
width: 320px !important;
}
.recaptcha-div {
width:320px;
}
source
share