Sure!
Go to your Style Manager and edit template FORUMHOME. Backup your template first before making any changes.
Find:
HTML Code:
<div id="wgo_stats" class="wgo_subblock section">
One line above add:
HTML Code:
<table style="border-top:{vb:stylevar blocksubhead_border};">
<tr>
<td style="width:50%;">
Find:
HTML Code:
{vb:raw template_hook.forumhome_wgo_stats}
</div>
</div>
One line below add:
HTML Code:
</td>
<td style="width:50%;">
Find:
HTML Code:
{vb:raw template_hook.forumhome_icon_legend}
</dl>
</div>
</div>
One line below add:
HTML Code:
</tr>
</table>
If you require additional instruction let me know.