Reply To: Form styling, indentation and new windows

Home Forums Support Form styling, indentation and new windows Reply To: Form styling, indentation and new windows

Home Forums Support Form styling, indentation and new windows Reply To: Form styling, indentation and new windows

#158534
Tom
Lead Developer
Lead Developer

You’ll need to use some custom CSS to make the subscribe box look how you want it to look.

To add spacing between form elements in MailChimp, you can try this:

#mc_embed_signup input {
    margin-bottom: 10px;
}