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.

Adjust the Submit Button Position

  1. Hi,

    I would like to adjust the submit button position so that it is inline with the form if you could take a look at http://www.bubbleit.com/stores the form is in the left sidebar and as you can see the submit button is not inline with the start of the form.

    Thanks

    Posted 12 years ago on Monday August 22, 2011 | Permalink
  2. Try adding this to the bottom of your style.css:

    [css]
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type="submit"] {
    margin-left:10px;
    }
    Posted 12 years ago on Monday August 22, 2011 | Permalink
  3. thanks that worked like a treat :D

    Posted 12 years ago on Tuesday August 23, 2011 | Permalink

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