Lack of interest Show Member Signatures on Mobile Devices

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Neutral Singh

Well-known member
Just noticed that member signatures are not shown at all in the mobile devices, even once a page. IMHO, signatures should be shown at least once per page load or per thread... because they do show up on desktops and bigger displays anyways...
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Thanks, that solution sort of worked for me, but I had to do the following for it to work on Android and Apple:

CSS:
@media (max-width: @xf-responsiveNarrow)
{
.message-signature { display: block !important; }
}
 
Last edited:
Top Bottom