Zen Cart Logo
Forums / Basic Configuration / sidebox problem - subcategories

sidebox problem - subcategories

Locked

Views: 1,818

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Jul 2006, 19:40
#1
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

sidebox problem - subcategories

okay, I have searched and searched but to no avail...

if you take a look at my site, http://www.oldwestgames.com and you click in the categories sidebox navigating to the category "Poker Chips" and then to the sub-category of "Professional Clay" you will see that my categories sidebox actually floats down to the center of the page; as if it is not 'anchored' properly.

I would like to know what I can do to remedy this. Is it a problem with the size of my subcategory images? I currently have them set at 300px square. At one point the images were overlapping eachother in Firefox (they were as they are now in IE) so I widened the layout and now they line up vertically fine but there is that problem with the categories and other sideboxes floating down.

Please help. Thank you.

mafiasam

11 Jul 2006, 05:59
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: sidebox problem - subcategories

You are missing a number of significant style definitions from your stylesheet. It appears you have built your site based on classic, but have kept only a small select few components from the stylesheet_new.css .

In the case you mention, you are specifically missing this:```
/The main content classes/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align: top;
}