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.

Address Sub Field Labels drifted too far away from Fields

  1. Hi,

    This looks strange to me - the sub field labels in the Address field have moved a long way down away from the actual sub-field they apply to, which is misleading.

    So, for example, it looks like it is asking you to enter your City where in fact you should be entering your Post Code, etc.

    http://awards.screenwritinggoldmine.com/submissions-form

    Any thoughts?

    Thanks.

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink
  2. kyle
    Member

    In your style.css, you've got

    input[type="text"], input[type="password"], input[type="email"], textarea, select {
    ...
    margin-bottom: 20px'
    }

    The 20px is causing the issue. You might want to get rid of that in your style.css and just let gravity forms handle your styling, or add something like:

    .ginput_complex input[type="text"], .ginput_complex input[type="password"], .ginput_complex input[type="email"], .ginput_complex textarea, .ginput_complex select {
    margin-bottom: 0;
    }
    Posted 13 years ago on Tuesday May 1, 2012 | Permalink
  3. Great that works perfectly, thanks very much.

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink

This topic has been resolved and has been closed to new replies.