can we insert some spaces before category name to make room for category icon
can we insert some spaces before category name to make room for category icon(24x24)
i use the following code. it works.. but catetegory name overlaps the category icon.
.cat-item-13 {
background:url("url of image file") no-repeat scroll left center transparent;
}
I tried various settings(left,center,right) but no vain
.cat-item-13 {
background:url("url of image file") no-repeat scroll left -2px transparent;
}
plz tell me how to add some room for category icon before category name