This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
I would like to center my mailchimp form. I have tried the <center> </center> tags in text editor, and I have tried to add css code #mc_embed_signup form {text-align: center;} both in the mailchimp code and in my custom css, but neither works. The forms stays on the left. Is there something in the theme’s stylesheet that overwrites my css or why is this happening?
Hello,
Please provide link to page where you using the form.
Regards
Here’s the page:
Hello,
You may use this custom css code:
#mc_embed_signup input{
margin: 20px auto !important;
}
Regards
Tagged: center, mailchimp, seo friendly, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up