I know what you mean. Something like this should do the trick I think:
- Code: Select all
#header ul {
margin: 28px 0 0 0;
padding: 0;
list-style-type: none;
}
#header li {
padding: 0 10px 0 0;
font: 14px arial,sans-serif;
display: inline;
}
What I changed is beginner's
CSS, you should be able to do that!