Zen Cart Logo

Clone a Sidebox?

Views: 639

Results 1 to 2 of 2
11 Mar 2011, 3:44 PM
#1
cageman555 avatar

cageman555

New Zenner

Join Date:
Mar 2011
Posts:
19
Plugin Contributions:
0

Clone a Sidebox?

I need to clone a sidebox(Manufacturers) and convert it to a center box and place it below my other centerbox that i have on my main page.

I managed to clone the side box by copying files and renaming them and i placed the cloned manufacturer sidebox right above my current centerbox "New Products For Month".

I just cant figure out how to separate the cloned side box from the original. So that when i go and make .css changes they both wont change.

Also i need to make the width match the other centerboxes and i cant figure out what is making the "New product for Month" box display horizontally across the main page/index.

Here is my site so you cansee. I have newest version of zen.
http://www.midamericasportz.com/zencart

12 Mar 2011, 7:56 AM
#2
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Clone a Sidebox?

open your cloned files

look for:
.leftBoxContainer
#Content .centeredContent

rename them, this way you can alter .css file for the newly cloned box only.

hope this helps?