Adding space under the Top Menu


Author Message
Phil

Posted: 4/10/2010
Quote message 

Hi,

How can I add some space (or vertical padding) under the Top Menus, I always feel it's too close to the first post.

Thanks in advance.
 
marcin

Posted: 4/11/2010
Quote message 

what about an empty div with the hardspace below menu div in php file?
that's my first thought...

<div>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>

below:

<jdoc:include type="modules" name="user3" />

in the template, index.php

did it helped?
 
Phil

Posted: 4/11/2010
Quote message 

Quote marcin:

what about an empty div with the hardspace below menu div in php file?
that's my first thought...

<div>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>

below:

<jdoc:include type="modules" name="user3" />

in the template, index.php

did it helped?



Thanks marcin but I found another easier and which does very well the trick, solution.
I just put an image widget with the same palin color as the background and modulate the height, under the top menus.

The purists of the Code will say it's heresy but it works.

I could also have played it this way:

/* menu structure */
.art-menu
{
padding: 0px 0px 0px 0px;
}
.art-nav
{
position: relative;
height: 27px;
z-index: 100;
}

by modulating the height but it will also add padding ABOVE the menus, and I just want it under them.

So yeah, widget image; dirty but efficient.

Thanks anyway.

 

Reply


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