CSS people
CSS people
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- fyvp0
Or did you mean the whole page, and not just the nav?
In that case, you need to change
body div#wrapper{
margin: 0pt auto;
}to
body div#wrapper{
margin-left:10px;
}
Or did you mean the whole page, and not just the nav?
In that case, you need to change
body div#wrapper{
margin: 0pt auto;
}
to
body div#wrapper{
margin-left:10px;
}