Title: [Plugin: WordPress Form Manager] Submit Button
Last modified: August 20, 2016

---

# [Plugin: WordPress Form Manager] Submit Button

 *  [Barni](https://wordpress.org/support/users/barni/)
 * (@barni)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-submit-button/)
 * Hi!
 * Is there a way to move the submit button to another place:
 * [Example](http://web1036.sabine.webhoster.ag/Bilder/btn.JPG)
 * Thx
    Barni

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

 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-submit-button/#post-2233359)
 * Sorry I’ve been out of town for the past couple days.
 * The easiest way would be to add some CSS to your theme:
 *     ```
       #fm_form_submit{
       float:left;
       margin-left:50px;
       }
       ```
   
 * This will put the submit button 50px from the left of the form.
 * If your theme doesn’t have an easy way to add custom CSS, you could make a ‘note’
   element in your form, put it at the very top, remove the label, and check the‘
   html’ button. Then put the following in the note:
 *     ```
       <style>
       #fm_form_submit{
       float:left;
       margin-left:50px;
       }
       </style>
       ```
   
 *  Thread Starter [Barni](https://wordpress.org/support/users/barni/)
 * (@barni)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-submit-button/#post-2233368)
 * Thx a lot. Great support:)

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

The topic ‘[Plugin: WordPress Form Manager] Submit Button’ 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: [Barni](https://wordpress.org/support/users/barni/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-submit-button/#post-2233368)
 * Status: not resolved