S Solooo Member Jan 22, 2018 #1 Please help me: How can I hide a Widget in Mobile Style? Thanks a lot!
mkucuksari Well-known member Mar 9, 2018 #2 If it is possible and we can get answer to this question, it will be great. Upvote 0 Downvote
Emre Well-known member Mar 9, 2018 #3 add extral.less CSS: @media (max-width: @xf-responsiveWide) { .p-body-sidebar { display: none; } } Demo: https://xfdestek.com Upvote 0 Downvote
add extral.less CSS: @media (max-width: @xf-responsiveWide) { .p-body-sidebar { display: none; } } Demo: https://xfdestek.com
Dnyan Well-known member Mar 9, 2018 #4 How we can place latest thread widget above nodes when on mobile and in sidebar when on desktop Upvote 0 Downvote
Emre Well-known member Mar 9, 2018 #5 Dnyan Deshmukh said: How we can place latest thread widget above nodes when on mobile and in sidebar when on desktop Click to expand... You can edit widget positions from the administration panel. Upvote 0 Downvote
Dnyan Deshmukh said: How we can place latest thread widget above nodes when on mobile and in sidebar when on desktop Click to expand... You can edit widget positions from the administration panel.
Dnyan Well-known member Mar 10, 2018 #6 Emre said: You can edit widget positions from the administration panel. Click to expand... From admin panel we can set only single position which i set at sidebar. When on mobile, all sidebar widget moves automatically below node list. I wish to pull latest thread widget above node on mobile view. Upvote 0 Downvote
Emre said: You can edit widget positions from the administration panel. Click to expand... From admin panel we can set only single position which i set at sidebar. When on mobile, all sidebar widget moves automatically below node list. I wish to pull latest thread widget above node on mobile view.