• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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>.
    Thread Starter nakari

    (@nakari)

    It worked! Great 🙂 Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer out of place’ is closed to new replies.