Re: Layout Change Help
Firstly, make sure you backou and files you change!!
Ok you will need to look in home.tpl and see if your left bar is commented out, or if it's just missing.
If it commented out just uncomment the left-bar. If you don't have a left bar at all you will need to add it.
Just copy the right bar then change the id to left bar.
then find
#center-main {
margin:0 250px 0 25px;
}
and change it to
#center-main {
margin:0 250px 0 250px;
}
you may need to adjust the left bar styles.
__________________
xcart 5.1.2
|