WoodiE

Customer
Is there an option that I'm just overseeing that will allow my sub-forums to be visible on mobile devices?
 
Solution
No option, XF hides it by default. Try this in extra.less
Code:
@media (max-width: @xf-responsiveMedium)
{
.node-main .node-subNodesFlat
{
display: block;
}
}
No option, XF hides it by default. Try this in extra.less
Code:
@media (max-width: @xf-responsiveMedium)
{
.node-main .node-subNodesFlat
{
display: block;
}
}
 
Last edited:
Solution
No option, XF hides it by default. Try this in extra.less
Code:
@media (max-width: @xf-responsiveMedium)
{
.node-main .node-subNodesFlat
{
display: block;
}
}
Well that's unfortunate. Nope that code didn't work. I'll probably just have to move the forums out and not be a sub-forum then.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back