Yeah would like some help on that .. have done some tweaks looks better now - if you could help there.
Also I want to add the following code to enable mailchimp popup .. how can I do that?
require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us11.list-manage.com","uuid":"fb6aed71ab1e155b66a27019e","lid":"22d0c108d8"}) })
When I add JS from them options it translates into following .. which obviously is not the correct syntax.
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us11.list-manage.com","uuid":"fb6aed71ab1e155b66a27019e","lid":"22d0c108d8"}) })</script>