Thread Display

Ok i added it, on my style is there a way to make the thread topics start lower(or get rid of the white box thing) cause they over lap the style and it looks messy, my site
 
but see on my site the topics are overlapping the style is there a way to make the threads stat a line or 2 lower or get rig of the white box all together
 

Attachments

  • siteerror.gif
    siteerror.gif
    204.4 KB · Views: 16
@Nick: Just change 49% in the following to 50% (in EXTRA.css)

Code:
.node .nodeText {
margin-right: 0 !important;
}
 
.node .nodeLastPost,
.node .tinyIcon {
display: none !important;
}
 
.node .forum.level_2,
.node .page.level_2,
.node .category_forum.level_2 {
width: 49%;
float: left;
min-height: 70px;
}
 
.nodeList .node.level_1 {
clear: both;
}
 
Top Bottom