Open your threadbit template find
Code:
<td class="alt1" id="td_threadstatusicon_$thread[realthreadid]">
Change to
Code:
<td colspan="2" class="alt1" id="td_threadstatusicon_$thread[realthreadid]">
Find and remove
Code:
<if condition="$show['threadicons']">
<td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else /> </if></td>
</if>