tente isto:
.category-logo.aspect-image img {
float: left;
padding-right: 10px;
}
Além disso, você provavelmente está usando !important em excesso.
tente isto:
.category-logo.aspect-image img {
float: left;
padding-right: 10px;
}
Além disso, você provavelmente está usando !important em excesso.