Captcha resize

Hello!

Iā€™d like to know how can I change the width of the Captcha to a specific size. e.g. 200px

Thanks :slight_smile:

Hi there,

Could you try this CSS:

div.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha div{
 width:200px !important;
}

add it to appearance \ customize - additional CSS.

Hope this helps.

Thanks for the code! :slight_smile:

Hi, there

Ok, I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!