Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Column order globally

Column order globally

Locked

Views: 907

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
28 May 2007, 11:46 PM
#1
iantopanto avatar

iantopanto

New Zenner

Join Date:
May 2007
Posts:
8
Plugin Contributions:
0

Column order globally

Hi all,

I have installed zen cart to test and think its very good indeed, and reasonably easy to customize.

I was wandering if there is an easy (or hard way) to have the center column on the left and then the left column in the middle, and keeping the right column where it is??

Thanks,
Ian

29 May 2007, 9:58 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Column order globally

In a copy of includes/templates/template_default/common/tpl_main_page.php
You can se that the order is header - left - center - right - footer

What you can do is reorder this to to be header - center - left - right - footer

This and some css in the stylesheet is about all that is required