Quote:
Originally Posted by Lynne
How about a link to view the problem? (If a forum name is really long, then it may 'push' another forum to be listed underneath it instead of beside it.)
|
Here is what it looks like
http://abasketballjones.com/wp-conte...rum-column.png
The above image is only half of it. But still you see whats happened.
This is the code i put in:
Code:
#cat18 .forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
border-top: 0;
}
#cat18 .forumrow .table {
height: 100px;
}
#cat18 ol.childforum {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
#cat18 .childforum li.forumbit_post {
float: left;
width: 50%;
margin: 0;
padding: 0;
clear:none;
}
#cat18 #forums .L1 .L2 {
clear:none;
}
#cat18 .forumbit_post .forumrow .forumlastpost {
clear:both;
width:95%;
}
#cat18 .forumbit_post .forumlastpost .lastpostby {
display: block;
float: left;
}
#cat18 .forumbit_post .forumlastpost .lastpostdate {
display: block;
float: right;
}
#cat18 .forumbit_post .forumlastpost .lastposttitle {
display: block;
float: left;
}
#cat18 .forumbit_post .foruminfo {
clear:right;
float:left;
min-width:50%;
width:70%;
}
#cat18 .forumbit_post .forumstats, .forumbit_post .forumstats_2 {
width:20%;
}