• Thank you in advance for your kind reply πŸ™‚

    I’ve made some great headway playing around with css to make some changes, thank you for this forum!

    What I haven’t been able to find after looking through all 14 pages is how to adjust the line height under the last name field the button sits right up tight under the input field & I’d like it be down just a bit πŸ™‚
    you can see at http://lindaloustarr.com/blog/

    Any help you can provide is gratefully appreciated . . .
    Linda Lou

    http://wordpress.org/extend/plugins/mailchimp/

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

    No worries. If you’re wanting to add a little space between the submit button and the last input area, the easiest way is going to be to add a little extra styling to your site’s CSS. Essentially, you’ll want to add a “margin-top” style specifically for the submit button’s id/class:

    #mc_signup_submit.button {
    margin-top: 15px;
    }

    That should give you something that looks like this:

    Screenshot — http://cl.ly/image/2c0Q0w2I0t34

    You can always change the 15px margin to something else, so feel free to play around with it until you get a look that you like. πŸ™‚

    If we can assist in any other way, don’t be a stranger!

    Cheers

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: MailChimp List Subscribe Form] Widget Submit Button Line Height :)’ is closed to new replies.