MyBB Community Forums

Full Version: Last Post Table, last post resize
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I was able to resize my last post table column to 140px but how do I resize the 'last thread' to match? Right now it is preventing it from going past 190px.
Link to your forum please....
regards
Here you go.

http://glowingtrails.elementfx.com/

I want the last post column to do this: http://veconomy.net/ (the last thread and date and time match up)
Can anyone help me with this please? Smile
Open forumbit_depth1_cat template and find

<td class="tcat" width="140" align="center">

and change width="140" to width="190" and save it, as for floating left (last post column) open forumbit_depth2_forum and find

<td class="{$altbg}" valign="top" align="right" style="white-space: nowrap">


and change align="right" to align="left" and save it.
Looking into seeing if this works.

Edit: Yep it still didn't entirely work the way I want it too. I want the width at 140 not 190.. and just changing it to 140 doesn't seem to work. The alignment works.. but that column still won't go past 190.. even when it's set at 140.
Can someone please help me with this?