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}
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}