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: Last page line is hided by bottom bar

#42965

Hi Ben,

Remove your custom CSS and add the below one.

#site-generator {
    position:fixed;
    bottom:0;
    width:100%;
    background-color: #fff;
}
#colophon .widget-wrap {
    padding-bottom: 64px;
}

Thank you!