• Hi All,

    I am using the MailChimp widget and the only problem I have is the spacing in the widget between the options for Preferred Format: HTML, Text, and Mobile. It appears there are several line breaks between each of these.

    I have tried setting the #mc_list li { property in my styles.css file, but this does not appear to be making any difference.

    An example of the widget on my site is at http://www.beyondfarming.org/about-us/

    I would appreciate any suggestions.

    DR.

    http://ww.wp.xz.cn/extend/plugins/mailchimp/

Viewing 1 replies (of 1 total)
  • Hey there,

    Thanks for posting. In looking at your site’s style.css file, I’m seeing this particular bit of style code:

    #widgets ul {
    margin-bottom: 15px;
    }

    This is ultimately applying the spacing that you’re seeing. So, you may consider removing this style code, or adding your own custom CSS to your stylesheet to target the MailChimp sign up form’s code uniquely and zero that value out.

Viewing 1 replies (of 1 total)

The topic ‘Spacing Between On Widget’ is closed to new replies.