MyBB Community Forums

Full Version: Moving 'Threads' 'Posts' 'Last Post' up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I'm trying to move 'Threads' 'Posts' 'Last Post' up on the first bar. I went to the forumdisplay_subforums template and moved

<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>

into the other <tr> tag with the 'thead' class, saved it, but it didn't do anything. It's not making any changes.

Here's what I'm trying to do:

I figured it out, it was forumbit_depth1_cat. But now I face another problem. It's not aligning properly. See: http://puu.sh/6Nyy1.png