Help with CAPTCHA

Need help? Please give a detailed explanation of your problem.
Post Reply
Martomkee3229
Posts: 12
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Mon Feb 20, 2017 11:03 pm
Website: safeharbor.greatmockup.com

Help with CAPTCHA

Post by Martomkee3229 »

A couple of weeks ago we spoke with Dave, who helped us install CAPTCHA on our APWT. However, the CAPTCHA box is hanging over the side of our Wordpress website. He sent us this link to help: https://geekgoddess.com/how-to-resize-t ... recaptcha/ but we are still stuck on how to fix the problem. Do you have any suggestions or a video tutorial to resize the CAPTCHA on our website?

Thanks so much!
User avatar
JohnB
Support Team
Support Team
Posts: 1022
Joined: Wed Nov 04, 2015 3:57 pm
Website: www.allprowebtools.com

Re: Help with CAPTCHA

Post by JohnB »

The article specifies some specific css style rules you can use to resize your recaptcha box. You can use these rules in your stylesheet by copying and pasting the code the way I have it rewritten below.

If your website is hosted with AllProWebTools, you can copy this css code into the stylesheet under Settings->Administrator, and then selecting the Stylesheet from the Theme Editor panel.

If you are hosting your website with Wordpress, or some other service, you will have to copy this css code into the stylesheet, wherever it may be located.

Code: Select all

.g-recaptcha {
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
Martomkee3229
Posts: 12
Joined: Mon Feb 20, 2017 11:03 pm
Website: safeharbor.greatmockup.com

Re: Help with CAPTCHA

Post by Martomkee3229 »

Thank you, that worked!!
Post Reply