Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Category Box floats down left column

Category Box floats down left column

Locked

Views: 875

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
7 Feb 2009, 8:55 PM
#1
mitch_h avatar

mitch_h

New Zenner

Join Date:
Jan 2009
Posts:
22
Plugin Contributions:
0

Category Box floats down left column

Hi.

I am setting up Zen Cart for the first time, and am almost complete. In the left column, I have 3 boxes, Categories, Reviews, and Information.

These 3 boxes are floating to the middle-area of the column, or something like that. I want the boxes to stay at the top of the column and haven't been able to find a post or information by going through the configuration panels.

I am running version 1.3.8a.

Any hints will be greatly appreciated.

7 Feb 2009, 9:13 PM
#2
mitch_h avatar

mitch_h

New Zenner

Join Date:
Jan 2009
Posts:
22
Plugin Contributions:
0

Re: Category Box floats down left column

Well, I figured it out. I updated the style sheet for the columnLeft class as follows;

/sideboxes/
.columnLeft {
vertical-align: top;
}

8 Feb 2009, 12:53 AM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Category Box floats down left column

Thanks for the update!