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.

Widget submit button padding

  1. Hello
    I'm working on my new site http://www.renesejling.dk/test/
    I would love to move the submit button on my bottom left gravity form widget closer to the bottom text area, but I can't seem to hit the right css selectors for it.

    Thanks in advance.

    Posted 12 years ago on Friday May 27, 2011 | Permalink
  2. The footer container that holds the button has padding and margins. You need to adjust those and it will tighten up. Like this (specific to your footer form ID #1)

    [css]
    body #gform_wrapper_1 .gform_footer {
        margin: 8px 0 0 0;
        padding: 0;
    }

    screenshot: http://grab.by/ae4H

    Posted 12 years ago on Friday May 27, 2011 | Permalink
  3. Awesome thanks :)

    Posted 12 years ago on Friday May 27, 2011 | Permalink

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