Need Help Centering X Email Form On Page

Hi, I’m trying to center an email form on a page (mobile and desktop). Can you help?

Hi There @metamedia

Thanks for writing in! Could you please try adding the following CSS rule into your page’s custom CSS area and see if that helps.

.tco-subscribe-form {
    max-width: 900px !important;
    margin: 0 auto !important;
    display: block;
}

Hope that helps.

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