MyBB Community Forums

Full Version: Logo height
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I need to make the gap that says here in this picture higher how do i

[Image: 4q5vms.jpg]
Can you please paste your code of header template ?
	<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>
			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<navigation>
			<br />
Have you installed any plugin that effects header ? Probably that plugin will be pimping the header to go down.
Can you post the URL to your website, please?
no im asking because when i put my logo up it goes on top of the words instead of in that space in the middle thats why im tryin to make it higher if i make the logo smaller it will not look so good
You probably are adding a logo more then the height required to fit that area. You might need to edit padding and margins to fit your menu links.
ok where do i change that
In your global.css, look for ".logo". If there is a height attribute, make the number larger.
If you can't find it, please provide a URL.
found it thanks reped both
Pages: 1 2