xenforo page nav buttons on mobile

  1. XenForo

    XenForo Page nav buttons on mobile

    This added to the extra.less template should do it: @media (max-width: @xf-responsiveNarrow) { .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display: block; } }
Back
Top Bottom