rg90 Hi how to move the FoF Statistics plugin widget at the mobile interface from the header down. Any chance via CSS, or how. Thank you. https://github.com/FriendsOfFlarum/forum-statistics-widget
rg90 Yes i try it, but it doesn't work. I contact widget author and wrote me this. FriendsOfFlarum/forum-statistics-widget16 This would make the widget invisible once you have a lot of discussions because of how Flarum auto-loads discussions as you scroll.
CyberGene It's not possible. I use a CSS to hide it from mobile view: @media @phone { .item-forumStatisticsWidget { display: none; } }