MyBB Community Forums

Full Version: Centering Forum Name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello MyBB. I have a problem that I cand deal myself.

As you can see in this image, the text is located in the top of the border:
[Image: 95152452998719829342.png]

What I want to do is to center it like this:
[Image: 43942541236045507280.png]

My forumbit_depth1_cat is looking like this:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder2">
<thead>
<tr>
<div class="thead2_main"><div class="thead2_left"><div class="thead2_right2"><div class="thead_wrap">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</div></div></div></div>
</tr>
</tr>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />

Thank you in advance for your help!
This thread can be closed. I manage to figure it out. It was a CSS problem.