MyBB Community Forums

Full Version: Align User's info with bottom of table in the thread post?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using the classic post bit system.

Take a look at the current image, this is what I want to get done:

[Image: rep_drag_low.jpg]

I want to drag that info the bottom and not let it sit in the middle and under the group images...
Go to: ACP > Templates > Postbit Templates > postbit_classic > and find;
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

and change valign="top" --> valign="bottom"
Hi Yaldaram, this aligns everything on the bottom. Is it possible to keep the username, usertitle, stars, avatar, and group images at the top and then the information I put a screenshot in my first post above on the bottom?