This topic has 3 replies, 2 voices, and was last updated 1 years, 8 months ago ago by franksong
Hi, just a quick question about how to make the google reCAPTCHA V2 fitting in the area looking better? (I meant align with other elements)
Hello @franksong,
We kindly request that you copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS in order to make the Google reCAPTCHA V2 fit in the area. After doing so, please clear your browser cache and check back to your site.
CSS Code:
.g-recaptcha {
transform: scale(1.1);
transform-origin: 0 0;
}
.et_b_header-account.login-link form .woocommerce-privacy-policy-text {
margin-bottom: 20px !important;
}
Please note that the code provided is the CSS transform property, and you can adjust the scale to whatever looks best for your particular layout.
Thank you for your cooperation.
Best Regards,
8Theme’s Team
Thanks Heaps, this solved my issue. Thank you for your kind support!
Tagged: google, issue, recaptcha, responsive, woocommerce, wordpress
The issue related to '‘Things about Google reCAPTCHA V2 responsive issue’' has been successfully resolved, and the topic is now closed for further responses