ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,086
- Points
- 823
Reputation:
semprot submitted a new resource:
Show Top Page Navigation on Thread on Mobile Device - Show Top Page Navigation on Thread on Mobile Device
Read more
Continue reading...
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 yourextra.less
:
CSS:
Click to expand...Code:@media (max-width: 480px) { .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) {...
Read more
Continue reading...