XF 2.3 View index.php nodes xenForo

Solution
This is what I use in extra.less
CSS:
/* Show sub-nodes on mobile */
@media (max-width: @xf-responsiveMedium) {

    .node-subNodesFlat {

        display: initial;

    }
}
Back
Top Bottom