You should be able to. Can you share a screenshot? But yep, my iphone + chrome has the same problem - @digitalpoint! Hmm android too
I didn’t even know anyone responded to this. Ha. Thanks. You’re right. Holding phone sideways they appear. Very interesting. Thank you
There is a CSS style that hides signatures on narrow screens: @media (max-width: 480px) { ... .Responsive .message .signature { display: none } ... } Code (CSS):