[Resolved] Centering subscription field

Home Forums Support [Resolved] Centering subscription field

Home Forums Support Centering subscription field

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #603015
    Philippe

    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!

    #603170
    Tom
    Lead Developer
    Lead Developer

    Hi there,

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

    Let me know ๐Ÿ™‚

    #603357
    Philippe

    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.

    #603572
    Tom
    Lead Developer
    Lead Developer

    Glad you got this sorted ๐Ÿ™‚

    #603574
    Philippe

    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.

    #603691
    Tom
    Lead Developer
    Lead Developer

    Try adding this CSS:

    #mc_embed_signup {
        text-align: center;
    }
    #603717
    Philippe

    Magic!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.