i want to put
"© 2009 WP Framework. Built on WP Framework — Powered by WordPress"
to the center of footer.
how will i do?
thanks
i want to put
"© 2009 WP Framework. Built on WP Framework — Powered by WordPress"
to the center of footer.
how will i do?
thanks
Hi, this works for me:
.footer { position: absolute; width: 100%; display: block; bottom: 0; left: 0; right: 0; text-align: center; margin-bottom: -40px; }
One thing that actually works in my layout! :D
thanks
1. open footer.php
2. find <p id="copyright">
3. change <p id="copyright"> to <p id="copyright" align=center>
4. finish!
You must log in to post.