CarpCharacin

Registered
The footer is too wide with the custom footer disabled, it just looks odd when it extends to the edge of the page, especially on a short page, with the page background color below the footer.
footer.PNG

It should stop at the edge of the page, like it does on XF1:
xf1footer.PNG
 
Whoops, I see what's going on... I'll get it adjusted.

For now you can just use something like this in extra.css:

Code:
.p-footer {
    max-width: 1200px;
    margin: 0 auto;
}
 
This is adjusted for our next release, you can remove the CSS above and use the normal property in : Style Properties -> Footer.
 

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