Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
@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.No option, XF hides it by default. Try this in extra.less
Code:@media (max-width: @xf-responsiveMedium) { .node-main .node-subNodesFlat { display: block; } }
I edited my post. Helps not to have display noneWell 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.
Thanks. That worked!No option, XF hides it by default. Try this in extra.less
Code:@media (max-width: @xf-responsiveMedium) { .node-main .node-subNodesFlat { display: block; } }