Quote:
Originally Posted by milsirhc
Tommyyxv: Did you manage to work it out on your own? If so, can you share with us the codes? - Thanks!
|
Got to the admin panel then click on styles & Templates then edit templates then look for forumbits.css then at the ens of the code that is there already add this at the very bottom. No mod needed. Thanks to Lynne for the css code.
Code:
.subforums ol.subforumlist {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.subforumlist li.subforum {
float: left;
width: 50%;
margin: 0;
padding: 0;
clear:none;
}
/* to remove the commas */
.commalist li.subforum:after {
content:"";
}