Recaptcha Checkbox Responsive Issue - Fix

recaptcha checkbox responsive issue - fix

Recaptcha Checkbox Responsive Issue - Fix

If you are added a Google recaptcha in any form and it is not responsive in mobile mode maybe it goes out of the div and here I will describing how to fix the style issue of the Google recaptcha in form by using simple CSS. Here is Recaptcha checkbox responsive issue - Fix.

Add the below CSS code in your CSS file:

.g-recaptcha {
  transform:scale(0.77);
  -webkit-transform:scale(0.77);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
}

Now the Google recaptcha will sit under the division are not go out of Div.


0 Claps

Show your love in the form of Claps and Comments...

Comments...

No comments found. Leave your reply here.