MyBB Community Forums

Full Version: Recent posts in the center
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please how can I make my recent posts to be in the center and not on the left hand side... Thanks
In the portal_latest_thread template you can find:

<td class="{$altbg}">

and replace it with:

<td class="{$altbg}" style="text-align: center">
(2018-10-16, 09:35 AM)Ashley1 Wrote: [ -> ]In the portal_latest_thread template you can find:

<td class="{$altbg}">

and replace it with:

<td class="{$altbg}" style="text-align: center">

Thanks a lot, really worked