Title: Display problem
Last modified: August 21, 2016

---

# Display problem

 *  Resolved [NinaBlog](https://wordpress.org/support/users/ninablog/)
 * (@ninablog)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/display-problem-16/)
 * Hi,
 * [http://ns3354371.ip-37-59-31.eu/](http://ns3354371.ip-37-59-31.eu/)
 * I am trying to use your plugin but I have 2 problems:
 * – a blank space
    – no margin at all around the text/input
 * Could you help?
 * Thanks in advance
 * [http://wordpress.org/plugins/mailchimp-for-wp/](http://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/display-problem-16/#post-4381862)
 * Hi there,
 * The blank space and the padding is due to the way your theme has its widget borders
   set-up. It’s an easy fix though.
 * You can add the following CSS to your theme its stylesheet.
 *     ```
       .mc4wp-form{ padding:20px; margin:0; }
       ```
   
 * You can add this by going to **Appearance > Editor** or over FTP by browsing 
   to `/wp-content/themes/your-theme/style.css`.
 * Hope that helps!
 *  Thread Starter [NinaBlog](https://wordpress.org/support/users/ninablog/)
 * (@ninablog)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/display-problem-16/#post-4381876)
 * Hi!
 * Thanks for your answer. I have just done the update. It helps but it still creates
   a white space inside the widget. 🙁
 * Do you know why there is no vertical space at all between the input text & the
   submit?
 * Thanks in advance
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/display-problem-16/#post-4381881)
 * Hi,
 * Sorry, I should have checked more thoroughly. This is the necessary CSS to make
   it work. 🙂
 *     ```
       .mc4wp-form{
       	padding:20px;
       	margin:0 !important;
       }
       ```
   
 * To add vertical space between the email field and the submit button you can either
   wrap both of them in paragraphs or use the following CSS.
 *     ```
       .mc4wp-form input[type="submit"] {
       	margin-top: 1em;
       }
       ```
   
 * Good luck, hope that helps!
 * `
 *  Thread Starter [NinaBlog](https://wordpress.org/support/users/ninablog/)
 * (@ninablog)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/display-problem-16/#post-4381883)
 * Yes. A big thank you!
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/display-problem-16/#post-4381888)
 * Great, glad that worked! Thanks for the update. 🙂
 * If you have a quick minute, [a review on WordPress.org for the plugin](http://wordpress.org/support/view/plugin-reviews/mailchimp-for-wp#postform)
   would make me really happy.
 * Thanks!

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

The topic ‘Display problem’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/display-problem-16/#post-4381888)
 * Status: resolved