MyBB Community Forums

Full Version: how to put a status on the left newtread not in the middle.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=28948]

hi friends

I want writing to be in the middle position is arranged on the left.
Go to template:
Post Bit Templates > postbit_classic

Find the code:
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;">

Change it to:
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: left;">