Lack of interest Better category tree view in sidebar

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.
This suggestion has been closed. Votes are no longer accepted.
This is mostly just a styling thing.

I still have access to your test site, and I can see you've already increased your sidebar width, that's a good solution. Also, you can alter the indentation. For example:

Code:
._categoryDepth0 { margin-left:  0.25em; }
._categoryDepth1 { margin-left:  0.5em; }
._categoryDepth2 { margin-left:  1em; }
._categoryDepth3 { margin-left:  1.5em; }
._categoryDepth4 { margin-left:  2em; }
._categoryDepth5 { margin-left:  2.5em; }

These values are considerably smaller than default, and the end result is:

upload_2015-3-17_23-11-27.webp

(Search templates for _categoryDepth and edit the values directly, and you might even be able to reduce the sidebar width back to default if desired).
 
Top Bottom