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.

Submit Button Not Aligned Properly

  1. Please check this form submit button and help me reposition it so that it is aligned with the form itself, rather than off to the left.

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  2. Hey Kev, could you provide a link to your form for us to take a look?

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  3. lmao....i forgot to include the link...sorry

    http://a2exhibits.com/contact-us/

    Thanks Rob

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  4. No prob Kev, lol. So for this form in your css we can target its submit button specifically with:

    [css]
    #gform_submit_button_1 {
    margin-left: 144px;
    }
    Posted 12 years ago on Thursday October 27, 2011 | Permalink