MyBB Community Forums

Full Version: Threads and Posts uneven
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://gpttalk.x10.mx/index.php
How can I get the threads and posts centered? It looks weird the way it is now. I would search for this but I don't exactly know how to search for that lol
the theme you are using does not fix the width of the columns in the forumbit_depth2_forum template so they are auto sized based on content

you also seem to have an extra <TR> tag in the forumbit_depth1_cat template
So I can't exactly fix this?
edit the templates I listed
What exactly do I edit?

forumbit_depth2_forum
Quote:<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap"><div class="bigtext">{$threads}{$unapproved['unapproved_threads']}</div><div class="allcaps">{$lang->forumbit_threads}</div></td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap"><div class="bigtext">{$posts}{$unapproved['unapproved_posts']}</div><div class="allcaps">{$lang->forumbit_posts}</div></td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>


you may have to adjust forumbit_depth1_cat template code column cells with fixed width ...