Because original theme footer is a bit funky I replaced it with footer from WordPress. But this footer is shown above the line instead of below it. So how do I get it under the line? The site is http://www.choconatics.com
Thanks
Because original theme footer is a bit funky I replaced it with footer from WordPress. But this footer is shown above the line instead of below it. So how do I get it under the line? The site is http://www.choconatics.com
Thanks
Hi
Edit your footer.php file. Add this
style="padding-top: 55px; text-align: center;" where I've pasted it in below. If you want the text left-aligned remove 'text-align: center;'
<p style="padding-top: 55px; text-align: center;">
Choconatics is proudly powered by
<a href="http://wordpress.org/">WordPress</a>
<br /><a href="http://choconatics.com/?feed=rss2">Entries (RSS)</a>
and <a href="http://choconatics.com/?feed=comments-rss2">Comments (RSS)</a>.It worked! Great :) Thanks a lot!
You must log in to post.