Include forum stats in standard mobile layout

Solution
Oh my bad, I thought you were referring to the "Forum statistics" widget.

In that case, add this to your extra.less file:
Less:
@media (max-width: 480px){
    .node-statsMeta{
        display: block;
    }
}

RyanMGF

New Member
Messages
3
Hi Ehren,

I didn’t no, I still can’t see them (see attached).
I’m looking for posts and threads stats.
 

Attachments

  • CA81FA14-AABD-4A0C-B9E2-4E39BBE9DDA5.png
    CA81FA14-AABD-4A0C-B9E2-4E39BBE9DDA5.png
    553.6 KB · Views: 7

Ehren

Administrator
Staff member
Customer
Messages
4,932
Website
www.xenfocus.com
Oh my bad, I thought you were referring to the "Forum statistics" widget.

In that case, add this to your extra.less file:
Less:
@media (max-width: 480px){
    .node-statsMeta{
        display: block;
    }
}
 
Solution
Top