Title: Extra space before submit button
Last modified: August 6, 2020

---

# Extra space before submit button

 *  Resolved [kathyblair](https://wordpress.org/support/users/kathyblair/)
 * (@kathyblair)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/extra-space-before-submit-button/)
 * While I’ve been able to CSS my way out of other things I don’t like about the
   way the form appears on my site, I am still seeing extra “Hidden” paragraphs 
   between the last line of the form and the submit button. There seems to be a 
   div named accessibility. Is there any way for this to be moved or???? I’m guessing
   it is for vision/hearing/etc. impaired users but it really bugs me having all
   that blank space.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fextra-space-before-submit-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Constant Contact](https://wordpress.org/support/users/constantcontact/)
 * (@constantcontact)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/extra-space-before-submit-button/#post-13219132)
 * Hi [@kathyblair](https://wordpress.org/support/users/kathyblair/)
 * Try out this CSS below to handle reducing the space below there. I’ve also opened
   an internal issue to look into this topic, because it does feel very odd to me.
 *     ```
       .ctct-form-wrapper .ctct-form-field-hidden {
           margin: 0;
           padding: 0;
       }
       ```
   
 *  Thread Starter [kathyblair](https://wordpress.org/support/users/kathyblair/)
 * (@kathyblair)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/extra-space-before-submit-button/#post-13219292)
 * That worked. Thanks. Don’t know why I didn’t think of it. Too many balls in the
   air!
 *  Plugin Author [Constant Contact](https://wordpress.org/support/users/constantcontact/)
 * (@constantcontact)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/extra-space-before-submit-button/#post-13219438)
 * We know how that feels. Glad we could help quick with this one.

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

The topic ‘Extra space before submit button’ is closed to new replies.

 * ![](https://ps.w.org/constant-contact-forms/assets/icon-256x256.png?rev=2951825)
 * [Constant Contact Forms](https://wordpress.org/plugins/constant-contact-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/constant-contact-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/constant-contact-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/constant-contact-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/constant-contact-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/constant-contact-forms/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Constant Contact](https://wordpress.org/support/users/constantcontact/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/extra-space-before-submit-button/#post-13219438)
 * Status: resolved