Title: Submit Button Full Width
Last modified: August 31, 2016

---

# Submit Button Full Width

 *  Resolved [dgtldre](https://wordpress.org/support/users/dgtldre/)
 * (@dgtldre)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/submit-button-full-width/)
 * I’m having trouble trying to figure out how to make the submit button full width
   of the form.
    Can you please help?
 * [https://wordpress.org/plugins/pwebcontact/](https://wordpress.org/plugins/pwebcontact/)

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

 *  Thread Starter [dgtldre](https://wordpress.org/support/users/dgtldre/)
 * (@dgtldre)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/submit-button-full-width/#post-7154839)
 * I found the style.css file but not having luck tweaking.
 * Can you help me add spacing above the send button. It currently sits very close
   to the input filed above.
 * I alos want to make the button full width of the form fields if possible
 *  Plugin Author [Gator Forms Support](https://wordpress.org/support/users/perfect-web-support/)
 * (@perfect-web-support)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/submit-button-full-width/#post-7154874)
 * Hello,
 * you can add the following code to your style.css:
 *     ```
       #pwebcontact1_send {
           padding: 4px 0;
           width: 100%;
           margin-top: 10px;
       }
       ```
   
 * change 1 in #pwebcontact1_send to your form ID accordingly.
 * Best regards
 *  Thread Starter [dgtldre](https://wordpress.org/support/users/dgtldre/)
 * (@dgtldre)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/submit-button-full-width/#post-7154891)
 * this worked, thank you!

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

The topic ‘Submit Button Full Width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pwebcontact_d0e7f0.svg)
 * [Gator Forms: the WordPress Contact Form with bite!](https://wordpress.org/plugins/pwebcontact/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pwebcontact/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pwebcontact/)
 * [Active Topics](https://wordpress.org/support/plugin/pwebcontact/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pwebcontact/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pwebcontact/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)

 * 3 replies
 * 2 participants
 * Last reply from: [dgtldre](https://wordpress.org/support/users/dgtldre/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/submit-button-full-width/#post-7154891)
 * Status: resolved