XenForo
Administrative
- Thread starter
- Admin
- #1
XenForo submitted a new resource:
Page nav buttons on mobile - Styling and customization questions
Read more about this resource...
Page nav buttons on mobile - Styling and customization questions
- This added to the
extra.less
template should do it:
Less:@media (max-width: @xf-responsiveNarrow) { .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display: block; } }
Read more about this resource...