Forums

ReCaptcha Overlapping Other Form Fields?

webbman66 16 Apr, 2012
Hi Guys,

I have been unable to figure out why my reCaptcha box covers the other fields in my form.

I have followed GreyHeads ChronoForms v4 : Add Captcha youtube video, but no matter what I try the reCaptcha box covers whatever form field is above it.

Does anyone know what to do to style or contain the reCaptcha box so it does not cover.overlap the other fields?

I am using J 2.5.4 and Chronoforms V4.


GreyHead 17 Apr, 2012
Hi webbmann66,

Do you have a RocketTheme template?

They include some CSS that floats the ReCaptcha box off to an odd location.

Bob
webbman66 17 Apr, 2012
Hi GreyHead,

You are right, I am using a RocketTheme template. I was able to fix this issue by locating the "joomla.css" file (templates/yourtemplate/css/joomla.css) and changing the code as follows;

FROM
#recaptcha_widget_div {position: absolute;top: -140px;}

TO
#recaptcha_widget_div {padding: 10px 0 10px 0;float: left;}


Thanks for the pointing me in the right direction!
This topic is locked and no more replies can be posted.