MyBB Community Forums

Full Version: Header Gap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, ive forgotten most things in web development so i was wondering if someone can help me?
there is a gap between my "logo" and my welcome block.
[attachment=9139]

i was wondering if i could get a quick fix for this?
			<div class="logo">
			<a href="portal.php"><img src="{$theme['logo']}"></a>
			</div>

GAP

			<div id="panel">
				{$welcomeblock}
			</div>
Not 100% sure because I don't have a similar layout on any of my forums to test but try this:
            <div id="panel">
            <a href="portal.php"><img src="{$theme['logo']}"></a>
                {$welcomeblock}
            </div>
i have already tried that, it just goes in with the welcome block and screws up my links...
Oh, sorry, wish I had a similar template to test with. Sad
well its probably just like any template...
just i put the links all in the welcome block and am trying to attatc the logo with the wbox...