Resource icon

Tiled view of XenForo Showcase

FAFO

Founder
Administration
Joined
Apr 26, 2025
Reaction score
0
Points
1
Phun submitted a new resource:

Tiled view of XenForo Showcase - Tiled view XenForo Showcase

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

Code:
.block[data-widget-key="xa_sc_showcase_statistics"] {
    
    .block-minorHeader {
        display: none;
    }
    
    .block-body.block-row {
        display: grid;
        grid-template-columns: 14% 14% 14% 14% 14% 14% 14%;
        
        &:before {
            display: none;
        }...

Read more about this resource...
 
Back
Top