Put this entire block of code in the additional.css template. Make sure you click save and reload.
Code:
.forumlastpost { display: none !important; }
.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
border-top: 0;
}
.forumrow .table {
height: 100px;
}
ol.childforum {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.childforum li.forumbit_post {
float: left;
width: 50%;
margin: 0;
padding: 0;
clear:none;
}
#forums .L1 .L2 {
clear:none;
}
.forumbit_post .forumrow .forumlastpost {
clear:both;
width:95%;
}
.forumbit_post .forumlastpost .lastpostby {
display: block;
float: left;
}
.forumbit_post .forumlastpost .lastpostdate {
display: block;
float: right;
}
.forumbit_post .forumlastpost .lastposttitle {
display: block;
float: left;
}
.forumbit_post .foruminfo {
clear:right;
float:left;
min-width:50%;
width:70%;
}
.forumbit_post .forumstats, .forumbit_post .forumstats_2 {
width:20%;
}
I found that online and have been using it for a week or so. I have not found any problems or issues coming from it.
--------------- Added [DATE]1309502101[/DATE] at [TIME]1309502101[/TIME] ---------------
If your category bars don't quite line up right pop this in at the top of that code block and adjust the numbers to get them to line up. I had to make mine a little smaller to line up right with the border around the catory bars.
Code:
.forumhead: { width: 99.5%; }