XenForo Show signatures on your mobile phone

CR LEAKS

Administrators
Joined
Mar 25, 2022
Messages
1,485
Credits
28,051
Adding the following to your style's extra.less :


Code:
@media (max-width: 480px)
{
    .message-signature { display: block !important; }
}
 
Back
Top Bottom