ReCaptcha image selection popup position

2,457 views
Skip to first unread message

Anthony Martin

unread,
Aug 12, 2016, 2:18:00 PM8/12/16
to reCAPTCHA
Our recaptcha had been displaying correctly until a few days. When the user checks off "I'm not a robot" the popup is now displayed too far up the screen and users can't make the image selections. I've made no changes to our website.

Using Firebug, I've been able to adjust the CSS top position but I don't know where to make the actually changes on the file. It appears that piece of code I'm adjusting displays dynamically.

Has anyone experience a similar problem?

Please take a look at my screenshot.

Thank you,

recaptcha--Capture.JPG

Anthony Martin

unread,
Aug 15, 2016, 9:51:40 AM8/15/16
to reCAPTCHA
reCaptcha support emailed me with the solution: 
This display issue is due to the width and height being set to 100% on body and html. Removing these settings should resolve the error.



This worked for me...

<style type="text/css">
body {
height: initial !important;
width: initial !important;
}

html {
height: initial !important;
width: initial !important;
}

</style>
Reply all
Reply to author
Forward
0 new messages