- Compatible XF 2.x versions
 - 2.1
 
- License
 - Creative Commons
 
By default, when browsing a thread using mobile device, especially those which has width less than 480 px, the top page navigation (to switch between pages in a same thread) is hidden.
To show it, add these lines to your
	
	
	
		
						To show it, add these lines to your
extra.less :
		CSS:
	
	@media (max-width: 480px) {
    .block-outer:not(.block-outer--after)...
	
							You do not have permission to view the full content of this resource.
							
								Log in or register now.