MyBB Community Forums

Full Version: Postbit Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using http://www.themefreak.net/sleek.php I am trying to change the postbit to a bigger size but if I do everything is deformed :/

I wish it to be 160x200. But here is an example of what happens if I try:

[Image: d741f00276.jpg]

How can I fix this in the coding?

Thanks.
Chech postbit_classic template... search something like this:

<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

Edit the width="15%" with the width you want (in this case, 160px).

If you want a static height, you need to change that postbit entirely... I recommend to you only change the width.
I scaled it back down. So currently it's not showing deformed. Well, for MOST avatars..

I fixed it in the stylesheet manually. Nvm.