Support Page Jump Question

Compatible XF Versions
2.2
Solution
How to put a page break at the top and bottom of a topic?
It only appears at the bottom of the thread on mobile.

1702281994212.png

core_pagenav.less

Find:

CSS:
    .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
    {
        display: none;
    }
Change none to block and save.

MiooMoo

Registered
How to put a page break at the top and bottom of a topic?
It only appears at the bottom of the thread on mobile.

1702281994212.png

core_pagenav.less

Find:

CSS:
    .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
    {
        display: none;
    }
Change none to block and save.
 
Solution
  • Tags
    page jump question
  • Back
    Top Bottom