how do I center my php wp_footer?
-
Was wondering if there was a way to center my <?php wp_footer() ?>
in my footer.php? Im using Codium Extend theme with some personal tweaks. https://www.taterandtots.com
Probably an easy solution but all I have found, keeps this file in the same area.
Thanks in advance for the help….Footer PhP
<p>`<div id=”footer”>
<div align=”center”>`Copyright © 2010-2011 · All Rights Reserved · Tater and Tots</p>
<?php wp_footer() ?>
</body>
</html>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘how do I center my php wp_footer?’ is closed to new replies.