Hi there,
My final question of the day. Can anyone let me know how I change the listing of my subcategories to display horizontally rather than vertically?
Your help is much appreciated.
Thanks
Robin
Hi there,
My final question of the day. Can anyone let me know how I change the listing of my subcategories to display horizontally rather than vertically?
Your help is much appreciated.
Thanks
Robin
This needs some clarification. Are you referring to the sub categories as listed in the categories sidebox (in which case there isn't normally space to list them horizontally) or the list of sub categories that appears in the centre panel (which is already listed horizontally) or the products within your subcategories?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thanks Kuroi, it is the listing in the centre panel. The subcategory icons are listing vertically.eg my main category is ride on cars, I have created 4 subcategories from this with pictures. When you click on Ride on cars the subcategorys are being displayed vertically. I would like them to be displayed Horizontally. It seems from your message that they should be displaying horizontally anyway. I hope that makes sense.
Thanks Again
Robin
Do you have a URL where we can see what is happening on your site?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Hi,
Thanks for your help on this on.
I have included the link here to take you to a sub category listing page for personalised products. There are four sub categories listed vertically. I am new to this and appreciate this.
Thanks again
Robin
http://cool-kidz.com/kidzshop/index....78b6a73e910316
The section of your stylesheet from about line 115 reads as follows:Since there is no such thing as a float:center, browsers just ignore it and your subcategories are listed vertically as a default.#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: center;}
The normal CSS for this section iswhich would allow the subcategories to float up next to each other.#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;}
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thank you...much appreciated.
hi bumping this thread up, i would like to ask a question...
is there a way to limit the sub categories list up to 4th level only?
thanks.
Do you mean to display only four levels deep of subcats in the categories box? Then how will you ever get to subcats beyond those?
Please explain in more detail what you want.
hi gjh42,
sorry for a very late reply...
sorry its three levels deep of sub categories on the side box, sub cats beyond level three will not shown up, i think zencart still displays the products of the lower level, which is exactly what i want.
i managed to make it work with the use of cPath, cPath value up to xxx_xxx_xxx, i still encountering error maybe because my code is not compatible with the current setup of zencart, i'll have to figure it out and make it work with the current ZC, thanks anyways :)