4 420 Active member Mar 9, 2018 #1 Where is the setting to allow signatures on mobile view? Thank you.
Ozzy47 Well-known member Mar 9, 2018 #2 There is no setting to show signatures on mobile, XF utilises responsive design, which adjusts the layout based on the browser width. Upvote 0 Downvote
There is no setting to show signatures on mobile, XF utilises responsive design, which adjusts the layout based on the browser width.
4 420 Active member Mar 9, 2018 #3 Thank you Ozzy. Is it 100% certain that members are not able to see signature links on mobile at all, there is no way to achieve this whatsoever? Upvote 0 Downvote
Thank you Ozzy. Is it 100% certain that members are not able to see signature links on mobile at all, there is no way to achieve this whatsoever?
Ozzy47 Well-known member Mar 9, 2018 #4 Probably is via custom css, give Russ a holler, he should know what to add to your custom style. Upvote 1 Downvote
Chris D XenForo developer Staff member Mar 9, 2018 #5 Adding the following to your style's extra.less template would override it: Less: @media (max-width: 480px) { .message-signature { display: block !important; } } Upvote 0 Downvote
Adding the following to your style's extra.less template would override it: Less: @media (max-width: 480px) { .message-signature { display: block !important; } }
4 420 Active member Mar 9, 2018 #7 Chris D said: Adding the following to your style's extra.less template would override it: Less: @media (max-width: 480px) { .message-signature { display: block !important; } } Click to expand... Thank you Chris! Thank you Ozzy, Russ just advised it's already done, that guy is fast. Upvote 0 Downvote
Chris D said: Adding the following to your style's extra.less template would override it: Less: @media (max-width: 480px) { .message-signature { display: block !important; } } Click to expand... Thank you Chris! Thank you Ozzy, Russ just advised it's already done, that guy is fast.
4 420 Active member Mar 9, 2018 #9 ozzy47 said: Yeah Russ and Steve are amazing. Click to expand... Agreed, been assembling my dream team for years. These two are never leaving my side Upvote 0 Downvote
ozzy47 said: Yeah Russ and Steve are amazing. Click to expand... Agreed, been assembling my dream team for years. These two are never leaving my side