December 3, 2014 at 8:11 am
#19037
Theme Horse Support Team
Keymaster
Hi Daniel,
Oh now we got it what you are trying to say?
We have visited the link http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page that you have provide and a CSS code compatible to our theme and it works.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button to stick the bottom of the page:
html,
body {
height:100%;
}
.wrapper {
min-height:100%;
position:relative;
}
#colophon {
position:absolute;
bottom:0;
width:100%;
}
Thank you!