I iCe_Grimmjow New member Jan 11, 2025 #1 Hello, my Forum currently has this view in the Categories and Nodes I want you to have this view from the mobile view
Hello, my Forum currently has this view in the Categories and Nodes I want you to have this view from the mobile view
Solution frm Jan 11, 2025 This is what I use in extra.less CSS: /* Show sub-nodes on mobile */ @media (max-width: @xf-responsiveMedium) { .node-subNodesFlat { display: initial; } }
This is what I use in extra.less CSS: /* Show sub-nodes on mobile */ @media (max-width: @xf-responsiveMedium) { .node-subNodesFlat { display: initial; } }
I iCe_Grimmjow New member Jan 11, 2025 #3 Old Nick said: mobile Vs desktop Click to expand... Yes, they are two different views, but from the mobile view I want the sub nodes to be seen like the computer view Upvote 0 Downvote
Old Nick said: mobile Vs desktop Click to expand... Yes, they are two different views, but from the mobile view I want the sub nodes to be seen like the computer view
frm Well-known member Jan 11, 2025 #4 This is what I use in extra.less CSS: /* Show sub-nodes on mobile */ @media (max-width: @xf-responsiveMedium) { .node-subNodesFlat { display: initial; } } Upvote 0 Downvote Solution
This is what I use in extra.less CSS: /* Show sub-nodes on mobile */ @media (max-width: @xf-responsiveMedium) { .node-subNodesFlat { display: initial; } }