Centre Mailchimp Subscribe Button

Hi

My site is jamieharrisonmusic.com

I have a mailchimp signup form at the bottom.

Is there a way I can centre the subscribe button ? (Or in this case, the “Get your Free Download” button)

Thanks,
Jamie

Hey Jamie,

To center the subscribe button, just add the following CSS code in the Theme Options > Global CSS or in the Customizer via Appearance > Customize > Custom > Edit GLOBAL CSS

input#mc-embedded-subscribe {
    margin: 0 auto !important;
    display: block !important;
}

Let us know how this goes!

Worked a charm! You’re a legend thank you!

Glad to hear it!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.