4th Mar, 02:55 pm
Go to 'Templates & Styles > Templates > minimal templates > Forum Display Templates > forumdisplay_thread
Find
Replace with
You can keep adjusting the width until you are happy with the outcome.
Find
Code:
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} replies<br />{$thread['views']} views</td>
Replace with
Code:
<td align="center" width="150px" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} replies<br />{$thread['views']} views</td>
You can keep adjusting the width until you are happy with the outcome.