How to get rid of sticky footer?

Hi support team, congratulations again for your beautiful theme.

I am building my site and for no apparent reason, my footer is sticky, which is very annoying. Any ideas on how to change this and make the footer normal again?

Also, there is a weird gap between the page content and the footer (and it’s not the widget area). How could I get rid of this?

Thank you.

Here is my site : https://exceltecinc.com/

Hello @ProductionMD1986,

Thanks for writing in!

Your footer is sticky because you may have added this custom css:

.x-colophon.bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
}

Please remove this code. The gap between the content and the footer is coming from the padding-bottom of the last content band that you have added on the page. Please edit the page and adjust the padding.

Regards.

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.