Ehren
Well-known member
Error on 1.4 with a bunch of subforums
Can confirm this. I also sent Ehren a PM about this issue yesterday.
Add this to the end of EXTRA.css (it'll also fix a few responsive issues)
Code:
@media (min-width: 991px){
.subForumList{ padding-right: 428px; }
}
@media (max-width: 990px){
.idxStats{ display: none; }
#forums .nodeText{ padding-right: 0; }
.subForumList{ padding-right: 225px; }
}
body .node .subForumList li { width: 47%; }