PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

reCaptcha - align right issue with IE

  1. 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.

    Posted 14 years ago on Monday November 23, 2009 | Permalink
  2. Thanks Fred, we will look into this and see what the fix is.

    Posted 14 years ago on Monday November 23, 2009 | Permalink
  3. 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.

    Screenshot

    Let us know if that doesn't work for you for some reason and we'll look at it further if need be.

    Posted 14 years ago on Monday November 23, 2009 | Permalink
  4. Awesome thanks - that did the trick!

    Posted 14 years ago on Monday November 23, 2009 | Permalink
  5. Great, thanks for the note.

    Posted 14 years ago on Monday November 23, 2009 | Permalink