I am able to stop the threads from dropping off of the left hand side of the page by editing my showthread_similarthreads to look like this:
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="right">
<tbody id="collapseobj_similarthreads" style="$vbcollapse[collapseobj_similarthreads]">
<tr class="thead" align="center">
<td class="thead" width="500px">$vbphrase[thread]</td>
<td class="thead" width="120px" nowrap="nowrap">$vbphrase[thread_starter]</td>
<td class="thead" width="180px">$vbphrase[forum]</td>
<td class="thead" width="3px">$vbphrase[replies]</td>
<td class="thead" width="120px">$vbphrase[last_post]</td>
</tr>
$similarthreadbits
</tbody>
</table>
however the left hand side has a large blank white area in the dropdown, so the size of the dropdown is controlled by some other factor elsewhere, but at least the results are viewable this way.
Does anyone know what is controlling the size of this table?