Title: Remove extra space
Last modified: August 21, 2016

---

# Remove extra space

 *  Resolved [toolbox978](https://wordpress.org/support/users/toolbox978/)
 * (@toolbox978)
 * [12 years ago](https://wordpress.org/support/topic/remove-extra-space/)
 * Hello,
 * I downloaded the MailChimp for WordPress plugin today and successfully put a 
   signup form in the footer of my homepage. However, I can’t seem to get rid of
   the space between the widget title, and the email address box. I’ve removed the
   paragraph tags in the Form mark-up, but that did not change anything.
 * Thanks,
    Mike
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years ago](https://wordpress.org/support/topic/remove-extra-space/#post-4925822)
 * Hi Mike,
 * Your theme most likely applies a bottom margin to their widget headings. Do you
   have an URL?
 * Something like the following CSS will most likely fix it, with most themes.
 *     ```
       .widget_mc4wp_widget .widget-title{
       	margin-bottom: 0;
       	padding-bottom: 0;
       }
       ```
   
 * Hope that helps!
 *  Thread Starter [toolbox978](https://wordpress.org/support/users/toolbox978/)
 * (@toolbox978)
 * [12 years ago](https://wordpress.org/support/topic/remove-extra-space/#post-4925830)
 * Thanks Danny. It is currently a closed test site so you’d need credentials to
   login and view it, and didn’t see a place I could post those safely here. Could
   I PM them to you somehow?
 * There are 4 other widgets in the same row that do not have the extra spacing 
   issue, it appears to only be a problem for this plugin.
 * Thanks again!
 *  Thread Starter [toolbox978](https://wordpress.org/support/users/toolbox978/)
 * (@toolbox978)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-extra-space/#post-4925904)
 * In which file would I need to post the CSS mentioned above?
 * [Here’s a screenshot](http://www.thehitsyndicate.com/wp-content/uploads/2014/07/signup-screenshot.jpg),
   I’m trying to move the address bar up to be even with the other modules.
 * Thanks,
    Mike

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

The topic ‘Remove extra space’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [toolbox978](https://wordpress.org/support/users/toolbox978/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/remove-extra-space/#post-4925904)
 * Status: resolved