1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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,500
    Likes Received:
    4,460
    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 Active Member

    Messages:
    1,011
    Likes Received:
    97
    Best Answers:
    1
    Trophy Points:
    98
    #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:
    598
    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.