Title: Changing Submit Button Size/Alignment in WPForms Lite
Last modified: June 26, 2026

---

# Changing Submit Button Size/Alignment in WPForms Lite

 *  Resolved [jodword](https://wordpress.org/support/users/jodword/)
 * (@jodword)
 * [1 week, 1 day ago](https://wordpress.org/support/topic/changing-submit-button-size-alignment-in-wpforms-lite/)
 * Can you change the size and alignment of the Submit Button in WPForms Lite?
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Support [Amjad Ali](https://wordpress.org/support/users/amjadali688/)
 * (@amjadali688)
 * [5 days, 17 hours ago](https://wordpress.org/support/topic/changing-submit-button-size-alignment-in-wpforms-lite/#post-18951459)
 * Hi [@jodword](https://wordpress.org/support/users/jodword/) ,
 * Thanks for reaching out!
 * Yes, you can absolutely change the size and alignment of the Submit button in
   WPForms Lite.
 * For example, you can use the following CSS to adjust the button size:
 *     ```wp-block-code
       /* Applies to the Submit button on every WPForms form */div.wpforms-container-full .wpforms-form button[type=submit] {    font-size: 18px !important;        /* text size */    padding: 14px 40px !important;     /* height (top/bottom) & width (left/right) */    width: auto !important;            /* use 100% to make it full-width */}
       ```
   
 * If you’d like a specific button size or alignment (left, center, or right), please
   share a few more details along with the page URL, and I’d be happy to provide
   some custom CSS to help you achieve it.
 * For more details on customizing the submit button, please check out this guide:
   
   [https://wpforms.com/docs/how-to-customize-the-submit-button/](https://wpforms.com/docs/how-to-customize-the-submit-button/)
 * Thanks,

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-submit-button-size-alignment-in-wpforms-lite%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - AI Form Builder for WordPress - Contact Forms, Payment Forms, Survey Form, Quiz & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Amjad Ali](https://wordpress.org/support/users/amjadali688/)
 * Last activity: [5 days, 17 hours ago](https://wordpress.org/support/topic/changing-submit-button-size-alignment-in-wpforms-lite/#post-18951459)
 * Status: resolved