• Hello,
    I’ve installed this plugin, but the spacing is amiss. It looks as if the form labels belong to the wrong form fields (“email address” is floating at the top while “First Name” appears directly beneath the email field. I eliminated “Last name” because it was just too confusing). I would like to get the label right next to the appropriate box. Can anyone help me out?

    I would also like to add a space above “Interested in”.

    Check out the form at http://www.innerbalanceliving.com

    Thank you! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cd99

    (@cd99)

    So I figured out how to add some space above “first name” to get it to appear lower by using

    #mc_signup_form .mc_var_label
    {
    padding-top: 20px;
    }

    Success!

    But I can’t figure out what the code would be to get “email address” and “first name” to be a little closer to their respective fields… Any ideas? Thanks!

    Hey cd99 😉

    It does appear that the spacing for the sidebar is set to 160%, which is at least partially responsible for spacing out the field name from the input field. Alternatively, you might want to make sure that the custom styling is disabled under “Settings” -> “MailChimp Setup”, as that will allow you to customize each part of the form through the CSS.

    Give us a shout back if we can further assist. We’re happy to help!

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

The topic ‘Spacing wrong in signup form – please help’ is closed to new replies.