Check out the end of the responsive style sheet for the forum:
Just wondering what "them" is and why "them" needs to be hidden from "you desktop people".
Check out the end of the responsive style sheet for the forum:
Just wondering what "them" is and why "them" needs to be hidden from "you desktop people".
Heh, funny.
Honestly, most of the time when I find that a site administrator has gone to the trouble of crafting their own mobile-friendly layout, I wish they had just not. Especially when they feel the need to roll their own scrolling handler or disable pinch-to-zoom.
I'm going to assume caffeine was involved in this stylesheet.
Nothing is hidden. Maybe lack of sleep is to blame.
To remove the rule (that is meant to hide stuff) for your PC, execute this JavaScript in your console ( on a forum listing page ):
$( '.lastpost' ).css( 'cssText', 'width: 8% !important;' );
Google chrome console can be accessed using control+shift+J