Title: Different layout on the same form
Last modified: August 21, 2016

---

# Different layout on the same form

 *  [Dohn](https://wordpress.org/support/users/dohn/)
 * (@dohn)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/different-layout-on-the-same-form/)
 * I’m making a webpage for a friend but when I’m making the contact form doe’s 
   some of the fields have a different layout. See it here:
 * [http://www.toftbyg.dk/indhent-tilbud/](http://www.toftbyg.dk/indhent-tilbud/)
 * “Dit Fulde Navn” is really big where “Din Email” is normal size.
 * What do I do to make them the same layout?
 * Thanks
    /Casper Dohn
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

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

 *  [xanda](https://wordpress.org/support/users/xandanet/)
 * (@xandanet)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/different-layout-on-the-same-form/#post-5146924)
 * If you look at your style.css, around line 206, the ‘big’ styling rules are only
   selecting input[type=”text”], textarea, input#s and input[type=”password”]:
 *     ```
       input[type="text"], textarea, input#s, input[type="password"] {
           background: none repeat scroll 0px 0px #EDEDED;
           border-radius: 5px;
           font-size: 14px;
           padding: 10px 7px;
           width: 98%;
           border-width: 1px;
           border-style: solid;
           border-color: #999 #FFF #FFF #999;
       }
       ```
   
 * If you add each of the other input types you’re using to that list, they will
   all get the same wide/grey-background styles:
 * `input[type="date"],input[type="email"],input[type="file"],select`
 * You might want to add this and any other theme-based adjustments to a [child theme](http://codex.wordpress.org/Child_Themes).
 *  Thread Starter [Dohn](https://wordpress.org/support/users/dohn/)
 * (@dohn)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/different-layout-on-the-same-form/#post-5147322)
 * Thanks for your answer xanda. I will try that 🙂

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

The topic ‘Different layout on the same form’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Dohn](https://wordpress.org/support/users/dohn/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/different-layout-on-the-same-form/#post-5147322)
 * Status: not resolved