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.

Firefox versus Safari rendering issue for captcha using WooThemes Chapters theme

  1. RichardBest
    Member

    Hi Guys - I'm having a Captcha alignment issue in Firefox versus Safari. In Safari it renders fine, as you can see here: http://grab.by/ac4A But in Firefox, it renders like this: http://grab.by/ac4H

    Any ideas what might be causing this please? The site is currently password protected but I can give you a logon if that would help.

    Apologies in advance for another Woo CSS issue...

    Richard

    Posted 13 years ago on Monday May 23, 2011 | Permalink
  2. Without seeing the actual form, it looks like it could be the overflow property on the gform_wrapper div.
    You can try this.. replace the XX with your form ID

    [css]
    body #gform_wrapper_XX {overflow:visible!important}

    Let me know how it goes. If no good, then you'll need to share a URL with me so I can check it out further.

    Posted 13 years ago on Monday May 23, 2011 | Permalink