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.

Captcha Alignment Issue

  1. Hi,

    I have recently got Gravity forms which I must say is great, I am having an issue, I have enabled captcha on my form (http://www.bubbleit.com/contact) it seems to be positioned fine in Firefox but in Internet explorer it does not seem to be left aligned.

    Could anyone help please,

    Thanks

    Tariq

    Posted 12 years ago on Monday May 23, 2011 | Permalink
  2. checking this out.. will let you know what I find asap.

    Posted 12 years ago on Monday May 23, 2011 | Permalink
  3. Hi Kevin, dont suppose you have an update to the issue we are experiencing?

    Thanks

    Tariq

    Posted 12 years ago on Friday May 27, 2011 | Permalink
  4. @Tariq

    Sorry, I thought I had posted this here already. My apologies.

    Something in your theme is apparently causing the issue. In my other IE7 tests, the alignment is still fine on the recaptcha div.

    You can try adding this to the end of your theme stylesheet. It worked okay in my tests.

    [css]
    html body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
        width: auto !important;
    }

    screenshot: http://grab.by/ae5g

    Posted 12 years ago on Friday May 27, 2011 | Permalink