Title: input width css question
Last modified: August 31, 2016

---

# input width css question

 *  Resolved [emilysparkle](https://wordpress.org/support/users/emilysparkle/)
 * (@emilysparkle)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/input-width-css-question/)
 * i’m trying to change the width of the input fields to be 75% of the page. i’ve
   tried adding this to my custom css….
 *     ```
       /* Attempt to make text entry boxes a reasonable width */
       input.ss-q-short, textarea.ss-q-long {
           width: 75%;
       }
       ```
   
 * and even with an !important, the widths do not change in the browser view. i 
   can get it to change when manipulating the width in firefox’s inspect element
   function.
 * please help!
 * [https://wordpress.org/plugins/wpgform/](https://wordpress.org/plugins/wpgform/)

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

 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/input-width-css-question/#post-7204210)
 * Do you have the Custom CSS check box enable in the plugin settings?
 * Dashboard > Settings > Google Forms – make sure the checkbox for “Enable Custom
   CSS” is checked.
 *  Thread Starter [emilysparkle](https://wordpress.org/support/users/emilysparkle/)
 * (@emilysparkle)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/input-width-css-question/#post-7204221)
 * ah, i wasn’t aware there was s settings area. i enabled it and it didn’t read
   from my custom css on my server, but i added the bit to the text box on the settings
   page and it worked just fine. thank you.

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

The topic ‘input width css question’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpgform_8cc59f.svg)
 * [Google Forms](https://wordpress.org/plugins/wpgform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpgform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpgform/)
 * [Active Topics](https://wordpress.org/support/plugin/wpgform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpgform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpgform/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [emilysparkle](https://wordpress.org/support/users/emilysparkle/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/input-width-css-question/#post-7204221)
 * Status: resolved