
Originally Posted by
dinki
Ah, perfect! I wasn't looking in my [YOUR TEMPLATE]/css/stylesheet.css file. Now I can tell what is a main category and what is a subcategory. Thanks!
Any thoughts on the indent 'problem' due to long subcategory names? Take a look at
my work -in-progress zen cart conversion. If you take a look at subcategory ' Native American & Southwestern ' . You'll notice that the Southwestern portion is displayed on the second line and is left justified the same as the main category names. Ideally, it would look a lot better if this would look like this:
Code:
Native American &
Southwestern
Any idea on how to get this to display this way without tearing a lot of things apart? I would guess that many shop owners would prefer this type of listing.
Hi Dinki,
Hmmm... first off, that "indent" is set via the Admin > Configurations > Layout Settings > Categories Subcategories Indent.
So my first thought would be to remove those two non-breaking spaces and then use CSS to style the class ( class is .category-products ). I don't know if doing so would impact anything else. I'd try adding some padding-left to it and check it in various browsers to see how it looks. Sometimes IE balks at padding.
However, there's no easy way to force the wrap to indent "again" as it were, at least that I know of. The above would only result in it wrapping to look like
Native American &
Southwestern
WAIT! Just hit me... you might not like it tho. "-) You could try right justifying your subcategories -- you might have to play around with the CSS styling to get it to look like it does now, with the exception that you would see this:
Code:
Native American &
Southwestern
It's a bit more indent than your example but it might work for you.
Nice looking design on your site!
Cheers,
Becky