How To Indent Categories In Wordpress?

Discussion in 'WordPress' started by chixco, Jul 13, 2008.

  1. #1
    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.
     
    chixco, Jul 13, 2008 IP
  2. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #2
    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.
     
    arwen54, Jul 14, 2008 IP
  3. chixco

    chixco Active Member

    Messages:
    208
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    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.
     
    chixco, Jul 14, 2008 IP