View Single Post
  #2  
Old 06-27-2010, 11:04 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

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