Shape 5

Joomla Templates => Emma Smooth - Club => : Samuel Pires February 09, 2011, 03:38:29 PM



: reduce the space (margins/padding?) in-between the top menu and the drop down it
: Samuel Pires February 09, 2011, 03:38:29 PM
I'm trying to reduce the space (margins/padding?) in-between the top menu and the drop down items. I have made some changes to the CSS template but have not found the right option. Help!

http://74.53.193.149/~casketsa/

Also having trouble resizing the "selected" menu to mach the height of the rest of the menu.

Thanks


: Re: reduce the space (margins/padding?) in-between the top menu and the drop down it
: mikek February 11, 2011, 10:30:09 AM
Hello,

In s5_suckerfish.css search for top:60px; and change that to about 45px


: Re: reduce the space (margins/padding?) in-between the top menu and the drop down it
: Samuel Pires February 11, 2011, 01:40:23 PM
Thanks a lot! That was it. Any tips on resizing the "selected"(highlighted) menu to mach the menu height?

Thanks in advance.


: Re: reduce the space (margins/padding?) in-between the top menu and the drop down it
: asingh May 18, 2011, 12:32:26 PM
Thanks a lot! That was it. Any tips on resizing the "selected"(highlighted) menu to mach the menu height?

Decrease in height value here accordingly::
:
#s5_navv a {s5_suckerfish.css (line 1)
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: georgia;
    font-size: 13px;
    font-weight: normal;
    height: 47px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 22px;
    padding-top: 13px;
    text-decoration: none;
}