Hi Guys,
Fantastic theme!
I’m trying to integrate my Mailchimp signup form into the top header subscribe box.
However, the box keeps cutting off half my form, no matter what size I create the embed form — with code from mailchimp.
What should I do to change that. I’ve noticed on the Flexform live preview the subscribe in the top header is a lot wider.
Additionally, if you know — how can I change the colour of the subscribe button itself.
Below is the code for my embed signup form:
<!– Begin MailChimp Signup Form –>
<link href=”//cdn-images.mailchimp.com/embedcode/slim-081711.css” rel=”stylesheet” type=”text/css”>
<style type=”text/css”>
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id=”mc_embed_signup”>
<form action=”http://events.us4.list-manage.com/subscribe/post?u=db036e663144ab90fb9df3226&id=d46be9cf19″ method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”_blank” novalidate>
<label for=”mce-EMAIL”>Quick Subscribe</label>
<input type=”email” value=”” name=”EMAIL” class=”email” id=”mce-EMAIL” placeholder=”email address” required>
<!– real people should not fill this in and expect good things – do not remove this or risk form bot signups–>
<div style=”position: absolute; left: -5000px;”><input type=”text” name=”b_db036e663144ab90fb9df3226_d46be9cf19″ value=””></div>
<div class=”clear”><input type=”submit” colour=”#fffff” value=”Subscribe” name=”subscribe” id=”mc-embedded-subscribe” class=”button”></div>
</form>
</div>
<!–End mc_embed_signup–>