Category Icons problem
Hello everyone.
I've been trying to add tiny icons, next to my categories and have used some of the tutorials on here to do it. But I've run in to a little problem with the .css part of it all.
Here's my site: loanit.dk
And here's a screenshot:
screen.jpg
As you can see, the icons are all there. My problem is that I've put it in as a background image in the childthemes css, but then, since the "category headers" would float on top of the icons, had to put padding on the category text (under: #directory .catcol ul li.maincat a { --- in the style.css), to get it to the right of the icon like I wanted. But now ALL of the text, including the subcategories, have padding, which makes the mobile version look a mess.
So my question is how I can only put padding on the "category headers" (in lack of a better word), and not on the subcategories.
Any help would be greatly appreciated!