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?
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?
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;
}
This topic has been closed to new replies.