由 windswift » 2009-06-21 7:16
zencart.com上搜索来的,试试? 修改stylesheet
Now after doing that, a teeny little bit of green stripe will show up just above the logo section, so you'll need to change this:
Code:
#headerWrapper {
width:100%;
text-align:center;
margin:0 auto;
}
to this:
Code:
#headerWrapper {
background:#ffffff;
width:100%;
text-align:center;
margin:0 auto;
}