MyBB Community Forums

Full Version: Welcomeblock doesn't stays on the left, when centering a logo. (with afresh themes)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As the title says, I can't center a logo without having the welcomeblock wrong positioned. I've set the theme as default so you can see it, have a look: http://planeta-playstation.com/forum/

Help please. Smile
There is only white page:d
White page?
Yes, When I go in your site I see a white page!
Weird.. but, I can see it. Confused
To center a logo, you can alter the DIV tag. The default code is below. In Header Templates => header, change:

			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

...to...

			<div class="logo" align="left"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

Technically that should work... if not, you can try style="text-align:left;" and throwing another div container around the logo.
Yeah, but now the logo isn't centered. Confused
Hi,

Just change align="left"> to align="center">

Cheers