MyBB Community Forums

Full Version: Alignments, and few simple Q's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm having some problems with the New Reply, New topic buttons, etc. aligning to the sides of the forum container.
http://img95.imageshack.us/img95/7908/hmgv7.jpg
Green: How could I make it so the forum icon is vertically-center, and not on the top.
Don't need help with the yellow and red anymore.
----
Sorry for so many questions lol...
Cheers,
DarkChaos
Quote:Green: How could I make it so the forum icon is vertically-center, and not on the top.

In Admin CP >Templates > Modify / Delete > Expand > Forum bit templates > forumbit_depth2_forum

Find
<td class="{$bgcolor}" align="center" valign="top"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" /></td>
Replace it with
<td class="{$bgcolor}" align="center" valign="middle"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" /></td>
Alrighty, thanks!