Fix for reCaptcha input field

ds dsmflash 10 Aug, 2009
As many probably know, the ReCaptcha input field sits to the far right and overlaps the ReCaptcha logo. If you haven't already found a fix, this will allow your ReCaptcha form to look nice and neat.

This is what i did to fix it. Very simple. Just add this to your main template.css and you'll be good to go:

#recaptcha_response_field {position:absolute; left:0px; margin:0 0 0 -50px}
ne needshelp 08 Nov, 2010

.recaptchatable #recaptcha_response_field
{
	position:absolute;
	left:0px;
	
}


Try that, I'm not sure why this happens I remember this not happening before.
This topic is locked and no more replies can be posted.