Hi, I've been tried to figure out, but to avail, how to make a subcategory indented under the mother category. Any know how I can do this? Thanks.
in order to do that you have to know a little bit about CSS and XHTML..in fact it would help if I saw your site so that I can take a look at the theme's code. but you will need something similar to this added to your style sheet: #left ul.children { margin: 0px; padding: 5px 5px 0px 0px; } #left ul.children li { margin: 0px; padding: 0px 5px 5px 12px; } Code (markup): #left represents my sidebar's div..so on your theme it may be something like #sidebar anyway...it takes a bit of playing around to get the desired effect.
Hi, thanks for your reply, I don't have much knowledge in css and xhtml but i think i have a bit more html knowledge than the average person. I usually eventually manage to find my round css if i have some instructions. this is the site i want the customisation for: http://userproductreviews.com thanks.