Brightside

Registered
Hello.

Some forum pages don't have enough content to fill browser window by height. I'd prefer to see sticky to bottom footer in such cases. Currently it looks ugly.

Thanks for nice themes in any case :giggle:

1540036980120.png
 
Last edited:
I'll be back Monday to take a look at this, thank you for reporting it. Same goes for your other reports!
 
So there's a bit more to this fix but this should work for you for now:

Code:
.xb-page-wrapper
{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    .xb-content-wrapper
    {
        flex-grow: 1;
    }
    #footer
    {
        margin: 0;
    }
    .p-footer-copyright
    {
        margin: 0 auto;
        text-align: center;
    }
}

You can remove this next update if you want.
 
This is officially fixed in the 2.0.11 / 2.1 release, I ended up removing an additional div wrapper we had in there that served no purpose really. Footer now sticks to the bottom when the page is too short!
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back