V vij Well-known member Mar 24, 2021 #1 How to allow guests to see signatures on mobile view? Sigs show up otherwise but not on mobile... Last edited: Mar 24, 2021
V vij Well-known member Mar 24, 2021 #2 Never mind. This worked Code: @media (max-width: @xf-responsiveNarrow) { .message-signature { display: block !important; } } Upvote 1 Downvote
Never mind. This worked Code: @media (max-width: @xf-responsiveNarrow) { .message-signature { display: block !important; } }
BushcraftUSA Member Dec 16, 2021 #4 vij said: Never mind. This worked Code: @media (max-width: @xf-responsiveNarrow) { .message-signature { display: block !important; } } Click to expand... Where does this get added? Thanks. Upvote 0 Downvote
vij said: Never mind. This worked Code: @media (max-width: @xf-responsiveNarrow) { .message-signature { display: block !important; } } Click to expand... Where does this get added? Thanks.
BushcraftUSA Member Dec 16, 2021 #6 Brogan said: The extra.less template. Click to expand... Thank you. Upvote 0 Downvote
O Oersted Member Jan 1, 2022 #7 Does this only work on XenForo Default Style? I tried this on Audentio's UIX.2 and it doesn't do anything. Upvote 0 Downvote
Does this only work on XenForo Default Style? I tried this on Audentio's UIX.2 and it doesn't do anything.
O Oersted Member Jan 1, 2022 #8 OK, answered this for myself. This works on Default XF style, but not on a 3rd Party Style like UIX.2. The following also didn't work on UIX.2: @media only screen and (min-device-width:375px) {.mobilesonly {display:none }} Click to expand... I'm kinda curious as to what's going on. Upvote 0 Downvote
OK, answered this for myself. This works on Default XF style, but not on a 3rd Party Style like UIX.2. The following also didn't work on UIX.2: @media only screen and (min-device-width:375px) {.mobilesonly {display:none }} Click to expand... I'm kinda curious as to what's going on.
Ozzy47 Well-known member Jan 1, 2022 #9 Oersted said: OK, answered this for myself. This works on Default XF style, but not on a 3rd Party Style like UIX.2. The following also didn't work on UIX.2: I'm kinda curious as to what's going on. Click to expand... Contact the style developer, they will tell you how to adjust their style. Upvote 0 Downvote
Oersted said: OK, answered this for myself. This works on Default XF style, but not on a 3rd Party Style like UIX.2. The following also didn't work on UIX.2: I'm kinda curious as to what's going on. Click to expand... Contact the style developer, they will tell you how to adjust their style.
javakhir Well-known member Nov 18, 2024 #12 I quess this should be included in core Upvote -2 Downvote