Title: Form field size (gravity forms)
Last modified: August 24, 2016

---

# Form field size (gravity forms)

 *  Resolved [tomnoffsinger](https://wordpress.org/support/users/tomnoffsinger/)
 * (@tomnoffsinger)
 * [11 years ago](https://wordpress.org/support/topic/form-field-size-gravity-forms/)
 * Hi, how can we adjust the form field sizes to make them smaller, both in height
   and in length? We’ve tried a few settings, including within Gravity Forms with
   mixed results and suspect the theme css may be overwriting the Gravity Forms 
   settings.
 * Specifically, the form on this page should be showing in the sidebar: [http://www.guttershutter.com/GS2015/become-a-dealer/](http://www.guttershutter.com/GS2015/become-a-dealer/)
   The title is in the sidebar “Get Dealer Information” but the form itself appears
   below.
 * Thanks in advance, and apologies if this is a gravity forms question instead 
   of a theme question.
 * Here’s what we have added so far:
 *     ```
       .gform_wrapper {
           margin: 1em 0;
           max-width: 50%;
           overflow: inherit;
       }
       ```
   
 * Thanks, Tom

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

 *  [David Sullivan](https://wordpress.org/support/users/sullivandavid/)
 * (@sullivandavid)
 * [11 years ago](https://wordpress.org/support/topic/form-field-size-gravity-forms/#post-6076454)
 * Try something like this and play with the sizes to get what you want.
 *     ```
       .gform_wrapper .gfield input {
           margin: 1em 0;
           max-width: 50%;
           overflow: inherit;
       }
       ```
   
 *  Thread Starter [tomnoffsinger](https://wordpress.org/support/users/tomnoffsinger/)
 * (@tomnoffsinger)
 * [11 years ago](https://wordpress.org/support/topic/form-field-size-gravity-forms/#post-6076457)
 * That did it, thanks!

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

The topic ‘Form field size (gravity forms)’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [tomnoffsinger](https://wordpress.org/support/users/tomnoffsinger/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/form-field-size-gravity-forms/#post-6076457)
 * Status: resolved