How to move logo/banner lower to the navbar

Hayley at 11h30
10
Dec
2011
Hi all,
I wonder if it is possible to move my banner/logo closer down to the navbar?
I find that there is an awkward unused bit of space there, and it could look better if it was halved.
Am I making sense? Probly not...lol blackeye

Cheers!
Hayley
1 kirk, on 10/12/2011 at 16h54
Best thing to do would be to place it in your overall header Template instead of using it in pic's management,

Here is the code, just add your direct image link where i have it marked.

Code:
<div style="margin:auto;text-align:center;width:100%"><img src="YOUR DIRECT IMAGE LINK HERE" border="0" alt="" /> </div>



2 Hayley, on 11/12/2011 at 07h20
Thanks Kirk,
I tried your method, however it moved the logo up with the rest of the page.

If I can try to explain it differently, I am aiming at bringing the navbar up closer to the logo, OR the logo down to the navbar, so that the gap between the logo and navbar is not so big.

Here is screen shot
3 ipred, on 19/12/2011 at 19h08
Put this in your color css stylesheet :

Code:
        a.mainmenu {
          position:relative; top: -50px;
          }
4 Raze, on 19/12/2011 at 19h25
Well that's simple to remove that space
Go to admin panel > Display > Templates > General > overall_header

Find
Code:
<span class="gen">{SITE_DESCRIPTION}<br />& nbsp; </span>


And delete
Code:
& nbsp;


Then save it and reload your site.
5 Guest, on 19/12/2011 at 19h43
& nbsp; mean the space, just a space but not a new line....
Remove the <br /> from:
Code:
<span class="gen">{SITE_DESCRIPTION}<br />  </span>
6 ipred, on 19/12/2011 at 19h46
As the above matter is solved ( space between logo and nav bar ) for me can i ask something similar :

How to reduce the space between the navigation bar and the main forum body?
7 Guest, on 19/12/2011 at 20h00
ipred, your forum url? Smile
8 kirk, on 20/12/2011 at 12h58
since the topic was marked solved, I will now lock and move to archives
Similar topics
Hey, I installed a skin form hitskin and i love it, but the search bar is under the menu and i don't want that, can anyone help me with moving it? thanks Version: phpbb Link: http://swhive.123.st/forum
hey gassy.. uhm can you teach me how to move the "navbar" on the center?? here on your theme? /t102041-color-optimization#663787
How to move up the navbar buttons above the logo? Sorry for my bad english.. Version of my forum is phpBB2. Help. Screenshot: _____________________________________ www.photoshop.fanforum.biz
See also
more_less
Informations

8 Replies For the topic :
"How to move logo/banner lower to the navbar"

This topic has been viewed 1091 times.

Last message :
10/12/2011 at 11h30 by "Hayley"