Hello- I am using the raw content block in cornerstone and for some reason my mailchimp form keeps left aligning. I need it centered in the block and also I need the submit button on the same line as the input fields.
Look forward to your response
Hello- I am using the raw content block in cornerstone and for some reason my mailchimp form keeps left aligning. I need it centered in the block and also I need the submit button on the same line as the input fields.
Look forward to your response
Hey @KimAnn,
Thanks for reaching out!
To align your Mailchimp form to the center and make the submit button the same line as the input field. You need to add this CSS code in the Theme Options > CSS.
#mc_embed_signup #mc_embed_signup_scroll{
text-align: center;
}
#mc_embed_signup #mc_embed_signup_scroll .clear {
display: inline;
}
#mc_embed_signup #mc_embed_signup_scroll .button {
height: 47px !important;
padding: 20px 55px !important;
}
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps and thank you for understanding.
holy cow that worked perfect. Thank you so much!
Hey @KimAnn,
You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.