XF 2.0 Signature on Mobile

There may be a style property for it, but if not you can probably add this to your EXTRA.less:

Code:
@media (max-width: 480px) {
    .message-signature{ display: block; }
}
Thanks that worked do you know any code to force custom user fields that I have set to display on desktop to show on mobile as well
 
Top Bottom