Show Top Page Navigation on Thread on Mobile Device

Status
This content is read-only, or is not open for further replies.

HappyWorld

Guest
offline
semprot submitted a new resource:

Show Top Page Navigation on Thread on Mobile Device - Show Top Page Navigation on Thread on Mobile Device

By default, when browsing a thread using mobile device, especially those which width less than 480 px, the top page navigation is hidden.

To show it, add these lines to your extra.less :
CSS:

Code:
@media (max-width: 480px) {
    .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) {...
Click to expand...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom