MyBB Community Forums

Full Version: Changing Mini Profile Alignment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey , Im Wondering how can i change the align of the mini profile (the thread poster mini profile) its in the center and i want to move it to the left
For Example
its currently like this:
Oldman
Executive Director
Avatar
Information
[Image: rt0upy.png]

I want to make it like this
Oldman
Executive Director
Avatar
Information
IF this is the part under the postbit layout this would be under

Admin >> Templates >> <your template> >> Postbit Templates >> postbit_classic

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

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

that should do it I believe
Thank you , marked as solved
*cough rep *cough* Smile