Resize reCaptcha in Contact form7
Resize reCaptcha in Contact form7
to scale reCaptcha in WordPress Contact form you can add this to the css file
.anr_captcha_field iframe {
-webkit-transform:scale(0.90);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}