RobParker

Registered
Not sure if this is a bug but there's an inconsistency between the block alignment/padding.
Screen Shot 2018-01-11 at 22.26.35.png
 
I've adjusted this for the next release. if you want to fix it now, you can place this into extra.less:

Code:
@media (max-width: @xf-responsiveMedium)
{
    .XenBase .xb-footer-block
    {
        padding-right: 0;
        padding-left: 0;
        .block-container
        {
            margin-left: 0;
            margin-right: 0;
        }
    }
}
 

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