• Resolved toolbox978

    (@toolbox978)


    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/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    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

    (@toolbox978)

    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

    (@toolbox978)

    In which file would I need to post the CSS mentioned above?

    Here’s a screenshot, 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.