Jake B. Well-known member Oct 25, 2017 #2 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; } } Upvote 0 Downvote
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; } }
KawaiiHannah Active member Oct 25, 2017 #3 Jake B. said: 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; } } Click to expand... 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 Upvote 0 Downvote
Jake B. said: 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; } } Click to expand... 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
Rdimaggio Member Mar 18, 2022 #4 I just found this old thread in a Google search and this worked for me too. Thanks! Upvote 0 Downvote