badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Footer to stick to the bottom

#19037

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!