Site logo

Archived topic

Centering subscription field

6 replies · Started by Philippe on June 18, 2018

Viewing posts 1–7 of 7

Hi,

I embedded a newsletter subscription code from Mailchimp but would need to center the email field and the subscribe button. What is the best way to do that?

Thank you!

Hi there,

Did you get this working? Both look centered to me.

Let me know :)

Yes I did. The solution was right under my nose in the Mailchimp code, where I just had to replace "left" by "center". The Mailchimp guys weren't able to tell me that!

Have a nice day, Tom.

Glad you got this sorted :)

Well, it worked for 24 hours only. As soon as I changed something else, the same issue of having the email field and submit button on the left reappeared. No big deal. There are other priorities.

Try adding this CSS:

#mc_embed_signup {
    text-align: center;
}

Magic!

This archived topic is closed to new replies.