Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Wonx!

    That screenshot seems to no longer be available.

    Are you seeing that the spacing between the input areas is spaced out? Generally, that can be corrected by editing the CSS for the site.

    You could set some padding for the “.mc_merge_var” class in your Style.css file, like so:

    .mc_merge_var {
    padding-top: 5px;
    }

    Of course, 5px was just an example, you could use any value you’d like. I generally like to use Chrome’s developer tools to get an idea of how things will render, on the fly.

    If we can assist with anything else, please don’t hesitate to give us a shout!

    Cheers

    Thread Starter Wonx2150

    (@wonx2150)

    Hey

    Sorry I removed the picture by accident. Here is a new picture demonstrating the problem. http://meditateincopenhagen.org/2012/wp-content/uploads/2012/07/mailinglistproblem.png

    Unfortunately I haven’t had any luck solving the problem with your last suggestion.

    Hey again!

    Hmm… this one had me spinning my wheels for a second. It looks like something strange is going on with the plugin. Are you by chance using the shortcode or are you adding it as a widget?

    In either event, it looks like we can take care of this with some serious CSS hacking. Essentially, you’ll want to set the <p> tags in the form to not display. To do that, you’ll need to add something like this to your site’s Style.css file:

    .mc_form_inside p {
    display: none;
    }

    I pulled that information from Chrome’s built-in developer tools to hack away at exactly what I needed from the CSS.

    That should give you something that looks like this:

    http://cl.ly/1S363f2U0y1C3W1s3i3h

    Cheers!

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

The topic ‘[Plugin: MailChimp List Subscribe Form] Remove spaces in Widget’ is closed to new replies.