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.

Space after form and submit button

  1. Can someone tell me how to remove the extra spacing that Gravity Forms is placing between the end of the form -- and the submit button? It looks like I need to change something in .gform_wrapper .gform_footer but I can't seem to figure it out.

    Here is a screen shot of the issue:

    http://imageshack.us/photo/my-images/864/formj.jpg/

    I'd like the submit button to be exactly where the top of the red border line is.

    Posted 12 years ago on Friday February 10, 2012 | Permalink
  2. Try adding this into your theme's stylesheet:

    [css]
    .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    }
    Posted 12 years ago on Saturday February 11, 2012 | Permalink
  3. Hi Rob,

    It adds a <p></p> at the end of each form. How can I remove that?
    See firebug screen here: http://i48.tinypic.com/mala4o.png

    Thx

    Posted 11 years ago on Thursday May 31, 2012 | Permalink
  4. Something else is injecting that paragraph tag. Is it there in the source when you preview the form in the formbuilder? You might want to run through a plugin/theme conflict test:
    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    My guess without seeing a link or anything else would be a JS file is doing this.

    Posted 11 years ago on Sunday June 3, 2012 | Permalink