Forums

Category Alignment in Kubrick (2 posts)

  1. 7milesdown
    Member
    Posted 7 years ago #

    I was wondering what CSS I could mess with the align the categories. I dont like it that the sub, categories indent. I wanted them all the same. Can anyone tell me how this can be done?

  2. Bryan
    Happiness Engineer
    Posted 7 years ago #

    Look for:
    content: "\00BB \0020";
    Change to:
    content: "";
    Look for:
    #sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
    }

    Change to:
    #sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.