We would like to reduce the width of the Mailchimp sign up form field and the ‘Subscribe’ button on our homepage. We are using the Mailchimp element from the Advanced Layout Builder but I cannot identify the CSS to control the widths of these elements.
View page here:
Please provide help and necessary CSS
Hey Eric,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-mailchimp-form {
max-width: 80%;
}
Best regards,
Rikard
This decreases the width but now it is not centered. Can you please provide more help? Also, what if I don’t want the Button and the Form Field to have the same width? We would like the button to be smaller, similar to other buttons on the site, and the Form Field to be bigger to fit the email sign up.