XenForo Tiled view of forum statistics

GuDron

Super Moderator
Staff member
Super Moderator
Jan 28, 2020
835
7
271
Language
English
GuDron submitted a new resource:

Tiled view of forum statistics - xenforo 2 Tiled view of forum statistics

First, switch the position of the statistics widget to below / above the list of nodes, since the code is suitable only for such positions.

Add to extra.less
CSS:
.block[data-widget-key="forum_overview_forum_statistics"] {
  
    .block-minorHeader {
        display: none;
    }
  
    .block-body.block-row {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
      
        &:before {
            display: none;
        }...

Read more about this resource...