Title: Mailchimp Field Alignment
Last modified: August 21, 2016

---

# Mailchimp Field Alignment

 *  [Jason Ring](https://wordpress.org/support/users/jason-ring/)
 * (@jason-ring)
 * [13 years ago](https://wordpress.org/support/topic/mailchimp-field-alignment/)
 * How does one make the mailchimp/WP e-mail signup align properly? I would like
   it to mimic my log in screen which is below it. E-mail Address above the field
   box and Name above it’s field box. Here is how it looks currently on my site.
   [ Any help would be greatly appreciated!](http://www.gig316.com)
 * [http://wordpress.org/extend/plugins/mailchimp/](http://wordpress.org/extend/plugins/mailchimp/)

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

 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [13 years ago](https://wordpress.org/support/topic/mailchimp-field-alignment/#post-3716984)
 * Hey Jason!
 * Setting the width of the email address input field should actually do the trick
   to carry over to the next line. Here’s the CSS code you’d want to add to your
   WordPress theme’s stylesheet:
 *     ```
       #mc_signup_form .mc_input {
       width: 200px;
       }
       ```
   
 * Where width is anything you’d like to define. You should then see the Email Address
   label followed by the input field underneath it.
 * -tk
 *  [haskee74](https://wordpress.org/support/users/haskee74/)
 * (@haskee74)
 * [13 years ago](https://wordpress.org/support/topic/mailchimp-field-alignment/#post-3717042)
 * Hello,
 * I put the code as described into style sheet however nothing happened. Please
   help out as boxes are not aligned. Please see area above footer.
 * [http://www.ezsolutionspk.net](http://www.ezsolutionspk.net)
 * Regards
 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/mailchimp-field-alignment/#post-3717045)
 * Hey there!
 * In looking at my last reply, my recommendation was a bit too specific to the 
   original poster’s website. A better solution would be to set your field label
   to “display:block;”. Here’s the code that should do just that:
 *     ```
       #mc_signup_form .mc_var_label {
       display: block;
       }
       ```
   
 * Let me know if you have any questions!
 *  [haskee74](https://wordpress.org/support/users/haskee74/)
 * (@haskee74)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/mailchimp-field-alignment/#post-3717046)
 * Hello,
 * Dear still nothing happended I added the code to my css.style sheet main code.
   Formatting still remains the same
 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/mailchimp-field-alignment/#post-3717047)
 * Hey there,
 * In taking a look at the site, I’m not seeing that particular style being applied
   onto the label element. Can you link me to the file that you added it to?
 * -tk
 *  [haskee74](https://wordpress.org/support/users/haskee74/)
 * (@haskee74)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/mailchimp-field-alignment/#post-3717049)
 * Thanks
 * Its working now
 * Regards
 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/mailchimp-field-alignment/#post-3717058)
 * Awesome, glad to hear. Let me know if you have anymore questions!

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

The topic ‘Mailchimp Field Alignment’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp/assets/icon.svg?rev=3156997)
 * [Mailchimp List Subscribe Form](https://wordpress.org/plugins/mailchimp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/mailchimp-field-alignment/#post-3717058)
 * Status: not resolved