Title: Input fields not full width
Last modified: February 13, 2018

---

# Input fields not full width

 *  Resolved [ingeklikt](https://wordpress.org/support/users/ingeklikt/)
 * (@ingeklikt)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/input-fields-not-full-width-2/)
 * The input fields of my forms aren’t full width. Could I please get some help 
   to make them as wide as the button below it? Many thanks in advance!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finput-fields-not-full-width-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/input-fields-not-full-width-2/#post-9969546)
 * Hi [@ingeklikt](https://wordpress.org/support/users/ingeklikt/),
 * Are you familiar with adding custom CSS? This CSS will override your theme and
   set the input fields to full width:
 *     ```
       .yikes-mailchimp-container label {
           width: 100%;
       }
   
       .yikes-mailchimp-container label input {
           width: 100%;
       }
   
       .yikes-mailchimp-container .EMAIL-label input {
           width: 93%;
       }
       ```
   
 * Let me know how that goes.
 * Cheers,
    Kevin.
 *  Thread Starter [ingeklikt](https://wordpress.org/support/users/ingeklikt/)
 * (@ingeklikt)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/input-fields-not-full-width-2/#post-9969561)
 * That did the trick, thanks a lot!
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/input-fields-not-full-width-2/#post-9969574)
 * You’re welcome 🙂
 *  Thread Starter [ingeklikt](https://wordpress.org/support/users/ingeklikt/)
 * (@ingeklikt)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/input-fields-not-full-width-2/#post-9969735)
 * Ouch one more problem: if a form contains checkboxes, they are centrally aligned
   🙁
 * See [https://digital-power.com/mkb-ontbijtsessie](https://digital-power.com/mkb-ontbijtsessie)
 * Is there a fix for this too? 🙂
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/input-fields-not-full-width-2/#post-9969762)
 * Try changing the original CSS I gave you to this.. I forgot that checkboxes were
   also input fields!
 *     ```
       .yikes-mailchimp-container label {
           width: 100%;
       }
   
       .yikes-mailchimp-container label input[type="text"] {
           width: 100%;
       }
   
       .yikes-mailchimp-container .EMAIL-label input {
           width: 93%;
       }
       ```
   
 *  Thread Starter [ingeklikt](https://wordpress.org/support/users/ingeklikt/)
 * (@ingeklikt)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/input-fields-not-full-width-2/#post-9969946)
 * Thanks so much 😀

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

The topic ‘Input fields not full width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

## Tags

 * [full-width](https://wordpress.org/support/topic-tag/full-width/)
 * [input fields](https://wordpress.org/support/topic-tag/input-fields/)

 * 6 replies
 * 2 participants
 * Last reply from: [ingeklikt](https://wordpress.org/support/users/ingeklikt/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/input-fields-not-full-width-2/#post-9969946)
 * Status: resolved