Title: reduce space between fields
Last modified: August 21, 2016

---

# reduce space between fields

 *  [mrmccarrin](https://wordpress.org/support/users/mrmccarrin/)
 * (@mrmccarrin)
 * [13 years ago](https://wordpress.org/support/topic/reduce-space-between-fields/)
 * Hi –
 * my site is [http://www.pkworkcomp.com](http://www.pkworkcomp.com). I am having
   difficulty reduce space between the fields. I just want to tighten up the contact
   form so it doesn’t take up so much space. I have tried many css options and nothing
   seems to be working. Please help.
 * [http://wordpress.org/extend/plugins/contact-form-7/](http://wordpress.org/extend/plugins/contact-form-7/)

Viewing 1 replies (of 1 total)

 *  [katn](https://wordpress.org/support/users/katn/)
 * (@katn)
 * [13 years ago](https://wordpress.org/support/topic/reduce-space-between-fields/#post-3729177)
 * I took a look at your site with firebug. You don’t say exactly what CSS options
   you tried (it would be helpful to know exactly what you’ve tried…) but I think
   this might be useful.
 * When I click on the Name section of your form and inspect it in Firebug I can
   see this:
 *     ```
       .widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
           font-size: 0.928571rem;
           line-height: 1.84615;
       }
       ```
   
 * Turning off the line-height declaration makes all of the text and form fields
   very close together. I’m guessing reducing the value of the line-height will 
   get you the look you’re going for.

Viewing 1 replies (of 1 total)

The topic ‘reduce space between fields’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [katn](https://wordpress.org/support/users/katn/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/reduce-space-between-fields/#post-3729177)
 * Status: not resolved