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: