X-Cart:Customizing storefront layout
Note: This may not work for all skins
1) Edit skin1/customer/home.tpl, replacing the following code:
<div id="right-bar">
with this one:
<div id="left-bar">
2) Edit skin1/altskin.css, find "fancycat-icons-e li ul" class and replace the following code:
right: 185px;
left: auto !important;
with this one:
left: 185px;
right: auto !important;
3) Edit skin1/altskin.css, find "#center-main" class and replace the following code:
margin: 0px 250px 0px 25px;
with this one:
margin: 0px 25px 0px 250px;