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.

Huge Space at the Top of My Form

  1. Hi There,

    I've applied the plugin on my website and discovered a huge space at the top of my form.
    I can't figure out why this is created. Could you please take a look at it.
    You can find the form at http://www.smashious.com/write-for-us/

    Thanks in advance.

    Cheers, Twana

    Posted 12 years ago on Sunday January 22, 2012 | Permalink
  2. Twana, interesting enough it looks like this is causing the space:

    [css]
    .gform_wrapper ul li.gfield {
    clear: both;
    }

    Did you happen to make any customizations to the Gravity Forms css file? If you want, you can place this into your theme's stylesheet (since all css mods should be done outside of the plugin):

    [css]
    .gform_wrapper ul li.gfield {
    clear: none !important;
    }
    Posted 12 years ago on Sunday January 22, 2012 | Permalink
  3. Hi Rob, I just reinstalled the plugin and tried it again with the code in my Theme's stylesheet. It worked like a charme.

    Thanks mate!
    Cheers

    Posted 12 years ago on Sunday January 22, 2012 | Permalink
  4. It's me again.
    This time I have the issue at the bottom of my form. Please take a look at http://www.smashious.com/submit-news/

    I've tried a negative margin for the button, but the form on my other page will be effected as well.

    Cheers

    Posted 12 years ago on Monday January 23, 2012 | Permalink
  5. Try placing this to target only that form's footer area:

    [css]
    #gform_wrapper_2 .gform_footer.top_label {
    clear: none;
    }
    Posted 12 years ago on Monday January 23, 2012 | Permalink
  6. Thanks mate!
    It worked out.
    Great support.

    Cheers!

    Posted 12 years ago on Tuesday January 24, 2012 | Permalink
  7. Awesome, glad to help out!

    Posted 12 years ago on Tuesday January 24, 2012 | Permalink

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