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.

Centering "Submit Button Image"

  1. I'm wanting to center my custom "Submit Form" button instead of it being aligned left, but I can't seem to find the controls to adjust the padding or margin. Does anyone know where I can find the parameters to do this. Thanks.

    Example: http://www.worthingtonfleet.com/contact

    Posted 14 years ago on Tuesday March 9, 2010 | Permalink
  2. try this.. it worked in my quick test.

    .gform_footer {text-align:center;}

    or, if you want to target the image button specifically (and hide the border)

    .gform_footer input[type="image"] { border:none!important; margin:0px auto; display:block}

    test screenshot

    It also looks like you're still getting the bullet background images showing.. you can check out the FAQ page for a quick fix for that as well.

    http://www.gravityhelp.com/frequently-asked-questions/faq-styling/

    Posted 14 years ago on Tuesday March 9, 2010 | Permalink
  3. Thanks Kevin. That did the trick.

    Posted 14 years ago on Tuesday March 9, 2010 | Permalink

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