Russ

Pixel Exit Staff
It seems the mobile bar can cover up the footer/copyright in certain scenarios.

Adding this to extra.less will fix it for now until I officially patch it.

Code:
@media (max-width: @xf-{{ property('xbMobileBarActivation') }})
{
    .p-pageWrapper
    {
        padding-bottom: var(--mobile-bar-height);
    }
}
 

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