Hello, when I use the reCaptcha with "align right" it doesn't work in IE (using 8). See my test page http://listingorders.com/test.
Any help in adjusting the proper code would be appreciated.
Hello, when I use the reCaptcha with "align right" it doesn't work in IE (using 8). See my test page http://listingorders.com/test.
Any help in adjusting the proper code would be appreciated.
Thanks Fred, we will look into this and see what the fix is.
This should fix you up. Add the following to your forms.css file in the plugins/gravityforms folder or to the theme style sheet.
/* fix captcha alignment for IE8 -------------------------------*/
.gform_wrapper .left_label #recaptcha_area, #recaptcha_table, .gform_wrapper .right_label #recaptcha_area, #recaptcha_table {margin-left:32%;}
I was able to replicate the issue in my test, and fixed it by adding the new CSS declaration.
Let us know if that doesn't work for you for some reason and we'll look at it further if need be.
Awesome thanks - that did the trick!
Great, thanks for the note.