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.

Position Submit Button

  1. I want to position the submit button so as to remove vertical space between it and the bottom of the form in the body of the page at http://66.147.244.163/~csiborg/contact/

    I have done this for the smaller form in the sidebar by setting a negative margin for #gform_submit_button_2 but it doesn't work for the form in the body (using #gform_submit_button_3). What am I doing wrong?

    Posted 12 years ago on Thursday May 19, 2011 | Permalink
  2. Try this instead.

    [css]
    body #gform_wrapper_3 .gform_footer {
        margin: 0 0 0 20px;
        padding: 0;
    }

    screenshot: http://grab.by/aayv

    Posted 12 years ago on Thursday May 19, 2011 | Permalink