Title: Problem on input boxes align
Last modified: December 3, 2020

---

# Problem on input boxes align

 *  Resolved [mrgabooo](https://wordpress.org/support/users/mrgabooo/)
 * (@mrgabooo)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/problem-on-input-boxes-align/)
 * Hi,
 * I have this issue using your plugins MailChimp for WordPress.
 * The input boxes don’t align properly… : [https://prnt.sc/vuzs5i](https://prnt.sc/vuzs5i)
 * I saw this in CSS code but don’t know how to figure it out…
 * .mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-
   theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
    display: block; }
 * Thanks and best regards
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-on-input-boxes-align%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/problem-on-input-boxes-align/#post-13741452)
 * Hey [@mrgabooo](https://wordpress.org/support/users/mrgabooo/),
 * The issue is caused due to conflict with the CSS from your theme.
 * You can use the following CSS code to first align the fields to the left.
 *     ```
       .mc4wp-form-fields input, .mc4wp-form-fields select {
           display: block !important;
           margin: 0 0 10px 0;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Problem on input boxes align’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/problem-on-input-boxes-align/#post-13741452)
 * Status: resolved