Kindly post your questions, suggestions and thoughts about the theme here. Thanks! -WPThemeDesigner
Pix Design Silver
(4 posts) (3 voices)-
Posted 1 year ago #
-
Hi Webmaster,
Thank you for your support yesterday.
I am trying to show category hierarchy on the side bar. It seems possible by checking "Show hierarchy" in default Category Widget however, with Pix Design Silver the hierarchy is displayed as a flat list and does not really make sense to viewers.
Could you kindly advice me if I can indent the sub-categories in the sidebar list?Thank you,
MioPosted 1 year ago # -
Hi Mio,
Add these lines to the style.css. It should do the fix.
#sidebar .children { margin:0!important; }
#sidebar .children li { margin-left:10px; border:none!important; }Hope this helps,
WPTD Webmaster
Posted 1 year ago # -
Hi Webmaster,
Thank you for your prompt support!
Just for information, I needed to add .l & .r into your css to work with my theme;#sidebar .l .children, #sidebar .r .children { margin:0!important; }
#sidebar .l .children li, #sidebar .r .children li { margin-left:10px; border:none!important; }Thnak you!
MioPosted 1 year ago #
Reply
You must log in to post.