centre the xcart interface
I have succeed to centre the xcart customer interface
of my website in Firefox but it doesn't work in IE (last version).
I did it with skin1.css :
HTML,BODY {
PADDING: 0px;
width: 900px;
height: 100%;
margin-top:0px;
margin-bottom: 0px;
margin-left:auto;
margin-right:auto;
}
and I modificated the rectangle_top.tpl with width=900px
In IE the website is still at the left side.
Someone could help me?
__________________
X-cart 4.1.8
|