Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Sub category display problems

Sub category display problems

Locked

Views: 632

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
9 Feb 2009, 8:14 PM
#1
spark81 avatar

spark81

New Zenner

Join Date:
Feb 2009
Posts:
2
Plugin Contributions:
0

Sub category display problems

Hi

Ok I am really stuck I been at this for days and have not been able to find anything that helps with my dilemma.

I am having problems with how the sub categories display. Please check it out here.

http://ilikethose.co.uk/index.php?main_page=index&cPath=4

All of the sub categories seem to list in one long column where as I would like them to list in rows of about 3 or 4

Like this example http://pishposhprints.com/index.php?main_page=index&cPath=16_32&zenid=beb3eab0b568c05323df7d721b76c3a4

Can someone please help me out with this please help me out here.

9 Feb 2009, 8:20 PM
#2
kobra avatar

kobra

Black Belt

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

Re: Sub category display problems

You appear to have this set for 2 per row

Find this in your stylesheet and either seperate "categoryListBoxContents" or just remove the padding

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
         padding: 0.2px;
	}
9 Feb 2009, 9:52 PM
#3
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Sub category display problems

you created all those sub categories under pet suply , if you want to show 3 or 4 subcat .. then you might want to create subcat such as

Cat stuff , Dog stuff , small animals , under your pet product category..

then in each of those subs you can create additional sub categories if you chose to .

9 Feb 2009, 10:20 PM
#4
spark81 avatar

spark81

New Zenner

Join Date:
Feb 2009
Posts:
2
Plugin Contributions:
0

Re: Sub category display problems

Thanks for the help and suggestions

I seem to have this soted now