Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Move Centre Box right or Right Side Boxes left ?

Move Centre Box right or Right Side Boxes left ?

Locked

Views: 1,747

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
3 Nov 2010, 5:05 AM
#1
heyits007 avatar

heyits007

Zen Follower

Join Date:
Sep 2010
Posts:
270
Plugin Contributions:
0

Move Centre Box right or Right Side Boxes left ?

How do I move the Centre Box right or the Right Side Boxes left ? I'm not getting perfect alignment of the boxes and I'm not sure why.

i.e there is more space between the centre box and the right sidebox, than the centre box and the left sidebox. Thus how do I even them up so the spaces between all boxes are near equal ?

3 Nov 2010, 5:38 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Move Centre Box right or Right Side Boxes left ?

That would be a stylesheet issue, which we can only advise on if we can see your site.

4 Nov 2010, 5:29 AM
#3
heyits007 avatar

heyits007

Zen Follower

Join Date:
Sep 2010
Posts:
270
Plugin Contributions:
0

Re: Move Centre Box right or Right Side Boxes left ?

Oh stylesheet. I was wondering what controlled that. I will take a look. My test site is not online yet.

Any idea what stylesheet setting name values I need to change ? i.e. to move a centre box or move a side box left or right ?

4 Nov 2010, 9:56 AM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Move Centre Box right or Right Side Boxes left ?

In stock Zen Cart, the sidebars are #navColumnOne and #navColumnTwo, with inner divs #navColumnOneWrapper and #navColumnTwoWrapper; the center is .centerColumn. Some commercial templates drastically change the element names, so I can't say for sure what will work.

The best thing is to get Firefox and its Web Developer and Firebug extensions. These can tell you what tags apply to each page element, and the styling that controls it. You can edit the CSS and see the result instantly, so you know what permanent changes you want to make.

5 Nov 2010, 3:50 AM
#5
heyits007 avatar

heyits007

Zen Follower

Join Date:
Sep 2010
Posts:
270
Plugin Contributions:
0

Re: Move Centre Box right or Right Side Boxes left ?

Ahh ok thanks. Yea forgot to mention im using V 1.3.9g. I'm simply using a copy of the Classic standard template, which I am customising.