Your error is
#mainWrapper {
background-color: #FFFFFF;
text-align: center;
width: 1000px;
vertical-align: top;
}
Your fix is:
#logo {
text-align: center
}
Your error is
#mainWrapper {
background-color: #FFFFFF;
text-align: center;
width: 1000px;
vertical-align: top;
}
Your fix is:
#logo {
text-align: center
}
20 years a Zencart User