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: Adding a sticky footer

#40030

Hi

To have a sticky footer Go to Appearance -> Customize OR Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

body {
   height:100%;
}
.wrapper {
   min-height:100%;
   position: relative;
}
#site-generator {
   position:fixed;
   bottom:0;
   width:100%;
   background-color: #fff;
   max-width: 1038px;
}

Thank you!