Hello,
I am trying to add a Mailchimp pop-up form to my site. With a content block it does work, but the popup shows two vertical scroll bars.
So the popup doesn’t look nice.
How can I remove those scroll bars?
Thanks
H
Hey shermski,
Please try the following in Quick CSS under Enfold->General Styling:
.mc-modal {
width: 520px !important;
}
Best regards,
Rikard
Hi Rikard,
Yes, this did the trick!
Thanks!