Xenforo 2.1 how to display information under account in mobile mode?

sanhpv

Member
Registered
Joined
Mar 7, 2022
Messages
9
Points
3

Reputation:

Screenshot_20221120_015030.png

"JoinedAug 28, 2019
Messages4
Points13
Reputation:"

how do i make it show this info, below the phone version

Screenshot_20221120_015312.png
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

Do a template modification on message.less

search for
Less:
        .message-userExtras
        {
            display: none;
        }

replace with nothing

Blok.png
 

sanhpv

Member
Registered
Joined
Mar 7, 2022
Messages
9
Points
3

Reputation:

View previous replies…

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

Code:
.message-userExtras
{
    margin-top: 3px;
    font-size: @xf-fontSizeSmaller;
}
delete this whole paragraph right?
sanhpvNo the one I mentioned above, just that nothing else
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

Code:
.message-userExtras
        {
            display: none;
        }
I found this and deleted it, but the interface doesn't change it still doesn't show up in the mobile version
sanhpvDid you changed it for the correct theme?
 
Top