Hi,
I was wondering if you could tell me which element in the CSS I can change to change the padding of the top menu only and not the sub navigation menus. When I adjust the top, it adjusts them all. I want to add padding to the left of the top menu, but leave the sub menus at 0 so they continue to left align. I understand CSS, but all the nesting has me confused. I know there’s an easy way to do this. ” title=”Smiley” />
I can’t show the menu because the site is not live yet, but here’s the css I tried changing.
#suckerfishnav li {
float:left;
padding-top:0px;
padding-bottom:0px;
padding-right:20px;
padding-left:10px;
}
Thank You,