Sig links?

Discussion in 'Support & Feedback' started by superrichguy, Feb 17, 2020.

  1. #1
    how come I can’t see any sig links? I’m on an iPhone.
    Thanks.
     
    superrichguy, Feb 17, 2020 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,797
    Likes Received:
    4,531
    Best Answers:
    123
    Trophy Points:
    665
    #2
    You should be able to.

    Can you share a screenshot?

    But yep, my iphone + chrome has the same problem - @digitalpoint!

    upload_2020-2-18_23-26-20.png

    Hmm android too Screenshot_20200218-234911_Chrome.jpg
     
    Last edited: Feb 18, 2020
    sarahk, Feb 18, 2020 IP
  3. Spartan14

    Spartan14 Well-Known Member

    Messages:
    1,039
    Likes Received:
    103
    Best Answers:
    1
    Trophy Points:
    113
    #3
    Well in my case if leave my phone normaly i dont see the signature but if i twist it then i see it
     
    Spartan14, Feb 18, 2020 IP
    superrichguy likes this.
  4. superrichguy

    superrichguy Well-Known Member

    Messages:
    2,225
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    195
    #4
    I didn’t even know anyone responded to this. Ha. Thanks. You’re right. Holding phone sideways they appear. Very interesting. Thank you
     
    superrichguy, Apr 5, 2020 IP
  5. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #5
    There is a CSS style that hides signatures on narrow screens:
    @media (max-width: 480px)
    {
    ...
        .Responsive .message .signature {
            display: none
        }
    ...
    }
    Code (CSS):
     
    wmtips, Apr 6, 2020 IP
    robyries likes this.