• We are currently rolling out incremental alterations to the forum. Don't freak! You aren't going crazy.

Search results for query: *

  1. Ral

    Resolved Option to add page selector on top of thread page

    Can you try now? It was actually this piece of LESS code that did it: // Put nav on top of thread on mobile - Ral .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display: initial; }
  2. Ral

    Resolved Option to add page selector on top of thread page

    @Trinity add this to the extra.less in one of the test skin dupes: .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { // display: none; }
Back
Top