Title: Issue with Submit Button
Last modified: February 24, 2020

---

# Issue with Submit Button

 *  Resolved [jonathankalan](https://wordpress.org/support/users/jonathankalan/)
 * (@jonathankalan)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/issue-with-submit-button-3/)
 * The “submit” button is hovering half inside and half outside the form wrapper
   box. Any ideas idea how to fix this?!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fissue-with-submit-button-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [wpmonks](https://wordpress.org/support/users/wpmonks/)
 * (@wpmonks)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/issue-with-submit-button-3/#post-12478247)
 * I checked the form and the submit button looks okay to me. Are you still facing
   the issue or it is resolved?
 *  Thread Starter [jonathankalan](https://wordpress.org/support/users/jonathankalan/)
 * (@jonathankalan)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/issue-with-submit-button-3/#post-12478361)
 * Hi! Thanks for responding and taking a look. I ended up using an image for the
   button instead of text, and it works, but it would be nice to have the option
   of using text! I’ve reverted back to text here so you can see what’s happening:
   [https://beunsettled.co/li-test/](https://beunsettled.co/li-test/)
 * I can’t figure out how to (a) center it, and (b) keep it contained!
 * Thanks for your help,
 *  Plugin Author [wpmonks](https://wordpress.org/support/users/wpmonks/)
 * (@wpmonks)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/issue-with-submit-button-3/#post-12478441)
 * You are using custom CSS and have added ‘float’ on the button. Because of this
   the button is getting out of container. Please remove the following code
 *     ```
       .gform_wrapper input[type=next],.gform_wrapper input[type=submit],input.gform_next_button {
                       float: right!important;
                       background-color: #cd5b38
                   }
       ```
   
 * Instead style and center the submit with ‘Styles & Layouts’ addon. It should 
   work fine.
 *  Thread Starter [jonathankalan](https://wordpress.org/support/users/jonathankalan/)
 * (@jonathankalan)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/issue-with-submit-button-3/#post-12478461)
 * Thanks so much! That makes sense! I didn’t set up custom CSS… so would you be
   able to tell me where exactly to find that code?
 * I appreciate it!
 *  Thread Starter [jonathankalan](https://wordpress.org/support/users/jonathankalan/)
 * (@jonathankalan)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/issue-with-submit-button-3/#post-12478479)
 * Actually, I spoke too soon. I found it. All set! Thanks again for your help!

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

The topic ‘Issue with Submit Button’ is closed to new replies.

 * ![](https://ps.w.org/styles-and-layouts-for-gravity-forms/assets/icon-256x256.
   png?rev=1352290)
 * [Gravity Booster - Styles & Layouts for Gravity Forms](https://wordpress.org/plugins/styles-and-layouts-for-gravity-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/styles-and-layouts-for-gravity-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/styles-and-layouts-for-gravity-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/styles-and-layouts-for-gravity-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/styles-and-layouts-for-gravity-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/styles-and-layouts-for-gravity-forms/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [jonathankalan](https://wordpress.org/support/users/jonathankalan/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/issue-with-submit-button-3/#post-12478479)
 * Status: resolved