Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / need help with sub-category display

need help with sub-category display

Locked

Views: 914

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
7 Sep 2008, 10:12 PM
#1
rebecca avatar

rebecca

New Zenner

Join Date:
Jun 2008
Posts:
12
Plugin Contributions:
0

need help with sub-category display

Please take a quick look at this URL to tell me why the subcategories are displaying in a vertical form in the center box. I have set 'categories to list per row' under 'configuration/maximum values' to 3 thinking this would change the display. I want the categories to display across the center box and thus eliminate all that annoying white space.
Thanks in advance for the help!

http://www.store.omahamachinequilting.net/store/index.php?main_page=index&cPath=2

7 Sep 2008, 10:52 PM
#2
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: need help with sub-category display

in your stylesheet.css

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
margin:1em 0;
float:left;
}

test your other pages as the float may cause unintentional changes...

7 Sep 2008, 11:19 PM
#3
rebecca avatar

rebecca

New Zenner

Join Date:
Jun 2008
Posts:
12
Plugin Contributions:
0

Re: need help with sub-category display

Thanks steve! that did the trick....