Title: Submit Button Right Justified
Last modified: August 22, 2016

---

# Submit Button Right Justified

 *  Resolved [GreenstoneKC](https://wordpress.org/support/users/greenstonekc/)
 * (@greenstonekc)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-button-right-justified/)
 * 1. Can I get the submit button to be right justified instead of left?
    2. Can
   I make the button any bigger?
 * Here is a link to my website: [http://www.greenstonekc.com](http://www.greenstonekc.com)
 * [https://wordpress.org/plugins/form-maker/](https://wordpress.org/plugins/form-maker/)

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

 *  Plugin Contributor [webdorado](https://wordpress.org/support/users/webdorado/)
 * (@webdorado)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-button-right-justified/#post-5900251)
 * Dear GreenstoneKC,
 * Within the theme please add width:n px; height:n px;
 * After that add the following to move it to the right:
 * `div [wdid='6'] {margin-left: 36px;}`
 * Where you can replace 36 with the desired number. Thank you.
 *  Thread Starter [GreenstoneKC](https://wordpress.org/support/users/greenstonekc/)
 * (@greenstonekc)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-button-right-justified/#post-5900310)
 * Within the theme, or within the form maker widget?
 *  Plugin Contributor [webdorado](https://wordpress.org/support/users/webdorado/)
 * (@webdorado)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-button-right-justified/#post-5900320)
 * Dear GreenstoneKC,
 * The changes should be made within the theme of the Form Maker currently in use.
   Thank you.
 *  Thread Starter [GreenstoneKC](https://wordpress.org/support/users/greenstonekc/)
 * (@greenstonekc)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-button-right-justified/#post-5900330)
 * I’m not entirely sure where to place it within the code?
 *     ```
       <div class="wdform-page-and-images" style="display:table; border-top:0px solid black;">
            <div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false">
                 <div class="wdform_section">
                      <div class="wdform_column ui-sortable">
   
                           <div wdid="1" class="wdform_row ui-sortable-handle">
                                %1 - Name:%
                           </div>
                           <div wdid="2" class="wdform_row ui-sortable-handle">
                                %2 - Phone:%
                           </div>
                           <div wdid="4" class="wdform_row ui-sortable-handle">
                                %4 - Which service?%
                           </div>
                           <div wdid="5" class="wdform_row ui-sortable-handle">
                                %5 - How Did You Find Us?%
                           </div>
                           <div wdid="6" class="wdform_row ui-sortable-handle">
                                %6 - type_submit_reset_6%
                           </div>
                      </div>
                 </div>
                 <div valign="top" class="wdform_footer" style="width: 100%;">
                      <div style="width: 100%;">
                           <div style="width: 100%; display: table;">
                                <div style="display: table-row-group;">
                                     <div id="form_id_temppage_nav1" style="display: table-row;">
                                     </div>
                                </div>
                           </div>
                      </div>
                 </div>
            </div>
       </div>
       ```
   
 *  Plugin Contributor [webdorado](https://wordpress.org/support/users/webdorado/)
 * (@webdorado)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/submit-button-right-justified/#post-5900344)
 * Dear GreenstoneKC,
 * This is not the theme. You can find out the theme and add the code following 
   the steps: Go to the Form Maker>Manager>Your form>Form Options>General Options.
   Here press Edit CSS button and simply add the code within the code at the beginning
   of the code and press Save. Thank you.

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

The topic ‘Submit Button Right Justified’ is closed to new replies.

 * ![](https://ps.w.org/form-maker/assets/icon-256x256.png?rev=2068681)
 * [Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder](https://wordpress.org/plugins/form-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/form-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/form-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/form-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/form-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/form-maker/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [webdorado](https://wordpress.org/support/users/webdorado/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/submit-button-right-justified/#post-5900344)
 * Status: resolved