Forums

Captcha alignment

akaentertainment 23 Aug, 2012
hi there!
i am having issue with the alignment of the google cpatcha... is there a fix to this?
GreyHead 23 Aug, 2012
Hi akaentertainmant,

There's a fix here for CFv3, you may be able to adapt that? Hard to say exactly without seeing the page.

Bob
GreyHead 23 Aug, 2012
Hi akaentertainment,

It looks as though the CSS static setting for the box is being overridden by and absolute setting. I think that this is in the ReCaptcha CSS file but it's hard to see exactly where it is coming from. If you remove the line 'position: absolute !important;' in this CSS block the field shows in the correct location:
.recaptchatable #recaptcha_response_field {
    bottom: 7px !important;
    font-size: 10pt;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    width: 145px !important;
}

Bob
This topic is locked and no more replies can be posted.