Comment on Stallion WordPress SEO Theme by SEO Dave.

WordPress SEO Theme The Aweber code is poorly designed I’m afraid, had this sort of problem myself and the solution is as you’ve found rewriting the code or pick an Aweber form that works with your colour scheme: like I had to do with this site, if you use the “Stallion Colour Switcher” (for testing the Stallion colours) on the right menu you will see my Aweber form text colour changes!

Without seeing the site can’t be sure what the formatting issues are, but guessing it’s related to floats, the Aweber form inherits some of the float css. Easy solution for this one, surround the code with a div with a clear class (Stallion has a class that clears floats called clear).

<div class="clear">
Aweber form code
</div>

David