I have the following code (from Mailchimp) in a column in my footer. It either aligns center or right (can’t tell). I’d like it to align left (the box for the email address and the subscribe button). I’ve played with various bits of code in this to try and correct it and have had no luck. Anyone want to throw me a bone and point me in the right direction? I’m sure it’s a simple fix. Thanks in advance.
<div id=”mc\_embed\_shell”>
<link href=”[//cdn-images.mailchimp.com/embedcode/classic-061523.css](//cdn-images.mailchimp.com/embedcode/classic-061523.css)” rel=”stylesheet” type=”text/css”>
<style type=”text/css”>
\#mc\_embed\_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 300px;}
/\* 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=”[https://strong-tech.us5.list-manage.com/subscribe/post?u=77e872ba1ca87c3\&id=5331eb6\&f\_id=002a12ebf0](https://strong-tech.us5.list-manage.com/subscribe/post?u=77e872ba1ca87cd34a8b0eaf3&id=5995331eb6&f_id=002a12ebf0)” method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”\_blank” >
<div id=”mc\_embed\_signup\_scroll”><h2></h2>
<div class=”indicates-required”></div>
<div class=”mc-field-group”><label for=”mce-EMAIL”><span class=”asterisk”></span></label><input type=”email” name=”EMAIL” class=”required email” id=”mce-EMAIL” required=”” value=””></div>
<div hidden=””><input type=”hidden” name=”tags” value=”46432561″></div>
<div id=”mce-responses” class=”clear”>
<div class=”response” id=”mce-error-response” style=”display: none;”></div>
<div class=”response” id=”mce-success-response” style=”display: none;”></div>
</div><div aria-hidden=”true” style=”position: absolute; left: -5000px;”><input type=”text” name=”b\_77a87cd34a8b0eaf5331eb6″ tabindex=”-1″ value=””></div><div class=”clear”><input type=”submit” name=”subscribe” id=”mc-embedded-subscribe” class=”button” value=”Subscribe”></div>
</div>
</form>
</div>
<script type=”text/javascript” src=”[//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js](//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js)”></script><script type=”text/javascript”>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames\[0\]=’EMAIL’;ftypes\[0\]=’email’;fnames\[1\]=’FNAME’;ftypes\[1\]=’text’;fnames\[2\]=’LNAME’;ftypes\[2\]=’text’;fnames\[3\]=’ADDRESS’;ftypes\[3\]=’address’;fnames\[4\]=’PHONE’;ftypes\[4\]=’phone’;fnames\[5\]=’MMERGE5′;ftypes\[5\]=’text’;fnames\[6\]=’MMERGE6′;ftypes\[6\]=’text’;fnames\[7\]=’MMERGE7′;ftypes\[7\]=’text’;fnames\[8\]=’MMERGE8′;ftypes\[8\]=’url’;fnames\[9\]=’MMERGE9′;ftypes\[9\]=’text’;fnames\[10\]=’MMERGE10′;ftypes\[10\]=’text’;fnames\[11\]=’MMERGE11′;ftypes\[11\]=’text’;fnames\[12\]=’MMERGE12′;ftypes\[12\]=’phone’;}(jQuery));var $mcj = jQuery.noConflict(true);</script></div>
​
[ad_2]