Russ

Pixel Exit Staff
In an effort to make some improvements on the page navigation (1, 2, 3 NEXT), I created a "bug". XF hides the top page nav by default in mobile, our styles normally show them, add this CSS to your extra.less to show them again.

Code:
@media (max-width: @xf-responsiveNarrow) {
.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display: block; }
}
 
Last edited:

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