Title: Contact form modules 1/2 width?
Last modified: August 22, 2016

---

# Contact form modules 1/2 width?

 *  Resolved [steephilllab](https://wordpress.org/support/users/steephilllab/)
 * (@steephilllab)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/contact-form-modules-12-width/)
 * All of the modules in my contact form are 50% width… does anyone know how to 
   make it full width like the areatext module?
 * steephilllab.com/california
 * I can’t seem to find where to do it in my edits.
 * Also… the form just kind of sucks aesthetically (loose spacing,mismatched lines,
   etc), but I would prefer to use this as opposed to something else because it’s
   baked into my site already. Any advise?
 * Thanks.
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [11 years, 6 months ago](https://wordpress.org/support/topic/contact-form-modules-12-width/#post-5422045)
 * You can customize the look of your site with CSS, by adding code to your theme
   stylesheet or to your custom CSS editor under Appearance > Edit CSS in your dashboard.
 * I only see one field in the sidebar of the page you linked to; if you wanted 
   to change the width of that field, you could use the following CSS:
 *     ```
       #contact-form-5324 input[type="email"] {
       	width: 94%;
       }
       ```
   
 * I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Contact form modules 1/2 width?’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/contact-form-modules-12-width/#post-5422045)
 * Status: resolved