When adding custom content to your footer you can use the following code snippets as a starting point…
The following HTML code goes in an Impact Hook “in-footer”:
<span style="float:left; width:50%; text-align:left;"> <a href="http://example.com/terms-and-conditions/">Terms & Conditions</a> | <a href="http://example.com/contact/">Contact</a> | <a href="http://example.com/affiliates/">Affiliates</a> </span> <span style="float:right; width:50%; text-align:right;"> Powered by <i><a href="http://impactpagebuilder.com">Impact</a></i> </span> Copyright © 2010 Your Site Name
The following CSS goes in your Template Custom CSS in the #impact-in-footer { } section:
padding: 5px 10px; text-align: center;
