Ok first of all, is there a way to centre the forum title as shown in the picture provided the " general " title is to the left i was wondering if its possible to center it?
Also is there a way to bring the subforums up a little so there isnt such a big gap..
Thank you very much..
Link to the issue -
http://gyazo.com/c666d7d6be3facc4a2848f23f20da601
for centering forum titles:
admin panel >> templates >> active theme's templates >> Forum Bit Templates >> forumbit_depth2_forum
find code like below
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>
change to below code
<td class="{$bgcolor} forumtitle" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>
and add below code in global.css of the theme
.forumtitle {text-align: center;}
give forum url to provide suggestion for the second requirement
Using center alignment should only be used where necessary. From a designers point of view center alignment is criminal, stay away from it, its horrible. You'll notice professional designs will have very little center alignment.
*Just a bit of advice on center alignment*