Ozzy47 Well-known member Apr 1, 2021 #1 So I have the following: Category Category - Forum - Forum - Forum - Forum How can I get the “Forums” to show on mobile on the forum list? It shows on medium and above displays, but not narrow.
So I have the following: Category Category - Forum - Forum - Forum - Forum How can I get the “Forums” to show on mobile on the forum list? It shows on medium and above displays, but not narrow.
Gemma Well-known member Apr 3, 2021 #3 Ozzy47 said: Any ideas? Click to expand... In the node_list.less template, search for and comment out CSS: @media (max-width: @xf-responsiveNarrow) { .node-subNodeMenu { display: none; } } See if that works, not at my computer so can't test. Upvote 0 Downvote
Ozzy47 said: Any ideas? Click to expand... In the node_list.less template, search for and comment out CSS: @media (max-width: @xf-responsiveNarrow) { .node-subNodeMenu { display: none; } } See if that works, not at my computer so can't test.
Ozzy47 Well-known member Apr 3, 2021 #4 Thanks. Unfortunately that don’t do it. Medium Display: Small Display: Upvote 0 Downvote
P Paul B XenForo moderator Staff member Apr 3, 2021 #5 Less: .node-subNodesFlat { display: block; } Upvote 0 Downvote