MyBB Community Forums

Full Version: Layout Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. On some of my forums I have subforums. There are two at the bottom. What I'm asking is, how do I make all of the subforums show under the category. At the moment it keeps going until it reaches the end of the subforum line and doesn't have enough space.

Also, how do I increase the forum width. You know on the homepage of a forum where it says the forum and description. I want to increase that and decrease the size of the threads and posts column. Hopefully that will help the subforum situation out.

Oh and here are the forums. http://mario.simgames.net/forums/index.php Sorry for asking all of these questions.
Thankyou. Can anyone tell me how to increase the forum width of the "Forum" column?
Templates > Modify / Delete > {YOUR THEME} > Forum Bit Templates > forumbit_depth1_cat

Find:
<td class="tcat"><strong>{$lang->forumbit_forum}</strong></td>

Replace with

<td class="tcat" width="SIZE HERE"><strong>{$lang->forumbit_forum}</strong></td>