• 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?

Viewing 1 replies (of 1 total)
  • 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;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Category Alignment in Kubrick’ is closed to new replies.