MyBB Community Forums

Full Version: Logo fixing ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
the problem is that it looks like that in chorme and safari
and in firefox , internet explorer and opera look like this :
[Image: skrmklippi.png]
and its the right one , the orginal pic is in this size
My crystal ball isn't working right now, sorry.

You'll need to post your forum URL so we can see what's wrong. You can PM it to me if you don't want others to know about it.
ok alright , you have got PM
Go to Admin CP > Templates & Style > Templates > Your Template Set > Header Templates > header.

Post the contents of that template and I'll fix it for you.
alright , here you go

		<div id="header">
			<div class="logo" align="center"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" height="80%" width="80%" /></a></div>

		</div>
Replace with:

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

        </div>
worked perfectly , thnx Smile +1 rep
Pages: 1 2