View Single Post
  #1  
Old 08-03-2007, 02:30 AM
 
alex1 alex1 is offline
 

Newbie
  
Join Date: Apr 2007
Posts: 2
 

Default 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
Reply With Quote