4th Mar, 04:14 pm
try changing the width of this part in the same template
That is the width for the title of the thread, so if that's reduced and the replies / views one is increased it should change for you.
Code:
<td class="{$bgcolor}{$thread_type_class}" width="62%">
{$attachment_count}
<div>
{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}
<div class="author">Started by {$thread['profilelink']}</div>
</div>
</td>
That is the width for the title of the thread, so if that's reduced and the replies / views one is increased it should change for you.