MyBB Community Forums

Full Version: Space in my logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a grey space in my logo I have been trying to edit it but for some reason I can't find it.

[Image: oyD63Pe.png]

My header template
<div id="container">

 <a name="top" id="top"></a>
<div id="header">
            <div id="toolbar">
              <div id="toolbar_container">
                      <div position="absolute; margin-top: -5px;">
                      </div>
</ul>
                                  <ul class="menu top_links" style="clear: right; text-align: right; margin-right: 2%;">
<center>{$menu_portal}
{$menu_search}
{$menu_memberlist}
{$menu_calendar}
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></center></li>
</ul>
              </div> 
</div>
          <br />
<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>


<div id="content">
<div class="wrapper">
          <ul id="breadcrumb">
<navigation>
{$welcomeblock}
  </ul>  
             <div class="wrapper_inner">
               {$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
               <br />

This is the Logo stylesheet
#logo {

 background: url(images/bg.png);
text-align: center;
height: 1px;
}

Can't seem to figure out the problem, it's a strange space in the logo, under the navbar.
Thank you.
(2015-01-05, 06:30 PM)Ashley S Wrote: [ -> ]I have a grey space in my logo I have been trying to edit it but for some reason I can't find it.

[Image: oyD63Pe.png]

My header template

<div id="container">

 <a name="top" id="top"></a>
<div id="header">
            <div id="toolbar">
              <div id="toolbar_container">
                      <div position="absolute; margin-top: -5px;">
                      </div>
</ul>
                                  <ul class="menu top_links" style="clear: right; text-align: right; margin-right: 2%;">
<center>{$menu_portal}
{$menu_search}
{$menu_memberlist}
{$menu_calendar}
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></center></li>
</ul>
              </div> 
</div>
          <br />
<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>


<div id="content">
<div class="wrapper">
          <ul id="breadcrumb">
<navigation>
{$welcomeblock}
  </ul>  
             <div class="wrapper_inner">
               {$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
               <br />

This is the Logo stylesheet

#logo {

 background: url(images/bg.png);
text-align: center;
height: 1px;
}

Can't seem to figure out the problem, it's a strange space in the logo, under the navbar.
Thank you.

Give me your website's URL and I'll do it for you