Go to your threadbit template
Find
HTML Code:
<div class="threadinfo" title="{vb:raw thread.preview}">
Remove
HTML Code:
title="{vb:raw thread.preview}"
Find
HTML Code:
<img src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" />
</vb:if>
</div>
</div>
</div>
</div>
</div>
</div>
After the fourth </div> from the right add
HTML Code:
<div id="thread_description"><i>{vb:raw thread.preview}</i></div>
So it will look like this:
HTML Code:
<img src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" />
</vb:if>
</div>
</div>
</div>
</div>
<div id="thread_description"><i>{vb:raw thread.preview}</i></div>
</div>
</div>
Your gradient here will probably not reach the bottom
To fix, go to your additional.css template and add the following
HTML Code:
.threadbit .threadstats{
padding: 14px 0
}