I’m trying to add left padding to my menu in wordpress. It is the default blue wordpress drop down menu. I’ve tried everything and cant get rid of the extra space added in the drop down list. You can see it here and hover over links:
http://originalkind.com/?page_id=3
When it drops down there is extra space on the left. I added this to the CSS:
#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:40px;
padding:0;
[b:5ra5zmf8] padding-left: 10px;[/b:5ra5zmf8]
margin:0;
width: 917px;
}
All I’m looking to do is shift the whole navbar over 10 pixels. I’ve tried everything and can not seem to figure it out. Any help would be awesome! Thanks!