Category icon position problem
Hi guys,
I tried to find an answer to my problem here. But there is not I am afraid...
My test page is
here
I used this code for category icons setting:
#directory .catcol ul li.maincat { height: 24px; overflow: hidden; }
#directory .catcol ul li.maincat a {
background: url("http://test.kram.sk/
wp-content/uploads/2012/01/1326235730_CabrioletRed.png") no-repeat scroll 0 0 transparent;
display: table-cell;
line-height: 13px;
padding: 0 0 0px 54px;
vertical-align: middle;
float: left;
height: 24px;
width: 70%;
}