Title: Responsive
Last modified: August 21, 2016

---

# Responsive

 *  [jasonreider](https://wordpress.org/support/users/jasonreider/)
 * (@jasonreider)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/responsive-96/)
 * Is it possible to make this plugin responsive? Can’t figure out how to edit column
   widths with the CSS. Seems like it is defined right in the element itself.
 * [http://wordpress.org/plugins/wpgform/](http://wordpress.org/plugins/wpgform/)

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

 *  [ajcke](https://wordpress.org/support/users/ajcke/)
 * (@ajcke)
 * [12 years ago](https://wordpress.org/support/topic/responsive-96/#post-4480898)
 * Did you find an answer to this? I tried making the textarea width 100% and a 
   few other things. I’m not sure how to break out of the columns setting. Textareas
   are set to 145px wide, cols=0. Way too small. Thought the following would do 
   something but didn’t
 *     ```
       .ss-q-long {
       width:100%;
       }
       ```
   
 *  [ajcke](https://wordpress.org/support/users/ajcke/)
 * (@ajcke)
 * [12 years ago](https://wordpress.org/support/topic/responsive-96/#post-4480899)
 * Just found the answer to achieving a responsive textarea on [this](http://wordpress.org/support/topic/fields-inline-w-asterisks-custom-css?replies=9)
   post.
 * `div.ss-form-entry > textarea { width: 100%; }`
 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [12 years ago](https://wordpress.org/support/topic/responsive-96/#post-4480900)
 * Unfortunately there is no “one size fits all” answer although the recommendation
   above is probably the best starting point. Because each WordPress theme is different,
   you will almost certainly need to customize the CSS for your specification application.
 * To make it truly responsive, you’ll likely need to use viewports as well. Fortunately
   Google includes a lot of CSS definitions in the HTML source that can be used 
   to tailor the look of your site.

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

The topic ‘Responsive’ 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/)

 * 3 replies
 * 3 participants
 * Last reply from: [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/responsive-96/#post-4480900)
 * Status: not resolved