Shape 5

Joomla Templates => Magnum Opus - December 07 - Club => : willboss January 21, 2008, 10:59:38 AM



: Main Menu Spacing
: willboss January 21, 2008, 10:59:38 AM
Hi

Just wondering why there is a space at the beginning of the menu items located at the top of the page?  Its the space just before the 'Home' link.  It doesnt look great as far as I am concerned.  Can that spacing be removed?

Will


: Re: Main Menu Spacing
: mikek January 21, 2008, 11:10:19 AM
Will,

The space is part of the design. You can easily remove it by editing your suckerfish.css file. Look for the following:

#navv, #navv ul {
float:left;
height:40px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt 0pt 0pt 31px;
}

#navv {s5_suckerfish.css (line 32)
background:transparent url(../images/s5_navv_bg.png) no-repeat scroll left top;
}

completely remove this:

#navv {s5_suckerfish.css (line 32)
background:transparent url(../images/s5_navv_bg.png) no-repeat scroll left top;
}

and adjust the left padding to 0px

Regards,


: Re: Main Menu Spacing
: willboss January 25, 2008, 10:05:51 AM
Thanks for that!  Did the trick  ;)