Footer White Gap

Hello,

I have this white gap right below my content before the footer. I have already tried to set the widget part to none and it’s still there. Not sure what it could be as most of the post similar to this were fixed by the widget setting.

Thank you.

Hello Dominic,

That is caused by the default stack css. Please add this code to X > Theme Options > CSS:

.page .x-container.offset {
    margin-bottom: 0;
}

Hope this helps.

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