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.

Move the submit button

  1. Hello, I would like to move the submit button over to the far right instead of the far left. How do I do this? Thanks!

    My web page w/form is at: http://paulreverehomes.com/#questionnaire

    Posted 12 years ago on Saturday June 18, 2011 | Permalink
  2. Subscribing to email for this post

    Posted 12 years ago on Saturday June 18, 2011 | Permalink
  3. You would just align the contents of the form footer to the right. You can find out how to properly do that in the documentation.

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Form_Footer

    [css]
    body #gform_wrapper_1 .gform_footer {
    	text-align:right;
    }

    screenshot: http://grab.by/anZh

    Posted 12 years ago on Saturday June 18, 2011 | Permalink
  4. Thanks again Kevin!

    Posted 12 years ago on Sunday June 19, 2011 | Permalink

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