Title: submit button location
Last modified: August 21, 2016

---

# submit button location

 *  Resolved [VectorConsultant](https://wordpress.org/support/users/vectorconsultant/)
 * (@vectorconsultant)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/submit-button-location/)
 * Hi, the submit button for the form is automatically located on the right side.
   Where do I make it centered or left on the page?
    Thanks!
 * [http://wordpress.org/plugins/wordpress-form-manager/](http://wordpress.org/plugins/wordpress-form-manager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Dani-Girl](https://wordpress.org/support/users/dani-girl/)
 * (@dani-girl)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/submit-button-location/#post-4144464)
 * The “submit” button, its in its own “div” element, so just do a CSS call
 *     ```
       #fm-form-# div {
       float: left;
       }
       ```
   
 * fm-form-# – your form ID in the form tag.
 * Or define the “div” with a width and auto-margins
 *  Thread Starter [VectorConsultant](https://wordpress.org/support/users/vectorconsultant/)
 * (@vectorconsultant)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/submit-button-location/#post-4144472)
 * It worked by setting the margin. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘submit button location’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-form-manager.svg)
 * [Form Manager](https://wordpress.org/plugins/wordpress-form-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-form-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-form-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-form-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-form-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-form-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [VectorConsultant](https://wordpress.org/support/users/vectorconsultant/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/submit-button-location/#post-4144472)
 * Status: resolved