• Resolved rlagana

    (@rlagana)


    Hi, I’m creating a new site for my book launch and the submit button to the mailchimp for is not where it should be, how, do I lower the button under the First name, Email address fields? It’s not pleasing to the eye. Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @rlagana,

    Your theme has custom CSS that is affecting the form created with our plugin. You can use the following CSS to fix some of the issues:

    .mc4wp-form input[type="submit"] {
        margin-top: 25px;
        margin-left: -10px !important;
        display: inline-block;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Submit button in weird place’ is closed to new replies.