Title: Styling Tips
Last modified: August 30, 2016

---

# Styling Tips

 *  [tmtylblog](https://wordpress.org/support/users/tmtylblog/)
 * (@tmtylblog)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/styling-tips-1/)
 * Hello – I love and appreciate your plugin but unfortunately I don’t know CSS.
   Any tips on some basic CSS code you may have on file to make this form not look
   so terrible?
 * Putting the boxes on the next line and potentially setting them to 100% could
   be cool.
    [http://intotomorrow.com/winners/](http://intotomorrow.com/winners/)
 * Thank you!
 * [https://wordpress.org/plugins/wpgform/](https://wordpress.org/plugins/wpgform/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/styling-tips-1/#post-6351392)
 * Make sure you have enabled custom CSS in the plugin settings and then add the
   following to the custom CSS field on your form definition:
 *     ```
       input.ss-q-short, textarea.ss-q-long {
           width: 400px !important;
       }
   
       label.ss-q-item-label {
           display: block;
       }
       ```
   
 * Change the 400px value to whatever width looks best to you. If you want the text
   areas and input boxes to be different widths, you can create separate rules for
   each one with different widths.

Viewing 1 replies (of 1 total)

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

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/styling-tips-1/#post-6351392)
 * Status: not resolved