line spacing in categories widget

  • doogy_64

    #747

    Hi there!

    Great theme, thanks! I have used a child theme to make some changes.

    Hope you can point me in the right direction – I have used the Categories widget in my sidebar widget area and also have it in my frontpage sidebar widget area (although I have labelled the area “Topics”). How can I reduce the line spacing – I’d like to have the categories closer together?

    http://diygreenguru.com

    Cheers!

    Kim

    #13434

    You have:

    .sidebar ul ul li {
    line-height: 15px;
    }

    Maybe try, say:

    .sidebar ul ul li {
    line-height: 10px;
    }

    Kim

    doogy_64

    #13435

    Thanks Kim, that did it.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.