Re: Change width, center site & change background color
change this
#page-container {
min-height: 100%;
position: relative;
width:975px;
}
to this
#page-container {
min-height: 100%;
position: relative;
width:975px;
margin:0 auto;
}
__________________
xcart 5.1.2
|