Hello there. Mailchimp provides code for embedding a Mailchimp form on a webpage. When I embed it in a code box it looks great, except that it’s full width and I’d like it to be less wide. Within the code from Mailchimp there’s a width setting which I have set to 450 but it doesn’t seem to have any effect. Can you help at all?
Hey biteandsip!
Which is your mailchim page where u use the form?
Best regards,
Basilis
Thanks for the quick reply!
I’m not sure I understand your question. Right now the code for the embedded form is in the Enfold code box on my Home page.
Cheers
L.R.
Hi!
Please try adding the below in your custom css section:
#mc_embed_signup {
width: 500px !important;
}
Regards,
Dake