Space Between Menu, Header and Sheet


Author Message
Ron99

Posted: 10/28/2009
Quote message 

Is there some way to have some space between the header and the menu and also the sheet?

Thanks!
 
jesss

Posted: 10/28/2009
Quote message 

im also looking for this...i want to have some space between the top menu and header . t
 
Bud

Posted: 10/28/2009
Quote message 

You could try putting this in the header.php file...

<div style="height: 10px;"></div>


Between the closing DIV of the Header and the Opening DIV of the nav if the menu is below the header.

If the menu is above the header then put it after the closing DIV of the nav and the opening DIV of the header.

Bud
budstechshed.com
 
Garry

Posted: 10/28/2009
Quote message 

Try adding margin bottom to following styling rule from your style.css:

div.art-Header
{
height:225px;
margin:0 auto;
position:relative;
width:874px;
z-index:0;
}

-------------------------
It'll become:
-------------------------

div.art-Header
{
height:225px;
margin:0 auto 10px;
position:relative;
width:874px;
z-index:0;
}
 
Per Olav

Posted: 10/29/2009
Quote message 

Quote Bud:

You could try putting this in the header.php file...

<div style="height: 10px;"></div>
[..]


Worked like a dream. Thanks Bud.

http://easycaptures.com/fs/uploaded/402/5687665168.png

PO

 

Reply


NAME *
EMAIL
SMILIES :-) :( :-D 8-) :*) :-/ :-{} :-X :-O :-@ O:) :-P :-< :-( :-| ;-) 
CODES [Quote] [B] [I] [U] [Code] [IMG] 
BODY *  
VALIDATION *