Sentenza
Member
Hello,
I need the right code for the extra.less to disable the subforums only from the forum list. My code works, but on my mobile phone (iPhone XS) in portrait format, or when I reduce the Safari browser window, the subforums will appear again.
Thanks!
I need the right code for the extra.less to disable the subforums only from the forum list. My code works, but on my mobile phone (iPhone XS) in portrait format, or when I reduce the Safari browser window, the subforums will appear again.
Code:
[data-template="forum_list"]
.node-subNodesFlat
{
display: none;
}
Thanks!