Check your threadreviewbit template (I think).
See if table width is 100% after the spacer:
Quote:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
|
If that's okay, see if it works to change the width in the data part below that:
Quote:
<td bgcolor="$backcolor" valign="top" width="175" nowrap><normalfont>$username</normalfont></td>
<td bgcolor="$backcolor" valign="top" width="100%"><normalfont>$reviewmessage</normalfont></td>
|