XF 2.1 Breadcrumbs above for Smartphone users

You can show support to change this issue here


Here's a fix you can apply yourself here

 
(y)Thx. I edit the extra.less file and put in:
// Display the page navigation on the top of pages of mobiles @media (max-width: @xf-responsiveNarrow){ .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow){ display: block; } }

It works
 
Top Bottom