Footer category widget number spacing

hi there,
I am trying to reduce the space between the Category name and the number of posts in the Categories widget in the footer.
Right now the number is pushed way over to the far right of the block and it looks weird. Is there a way to tighten up that spacing?


thanks for your help

Hello Karen,

The spacing is based on columns, but you can change it with custom CSS by adding:

.side-list.hovered-list .count {
    margin-left: -120px;
}

Perfect, that worked!
Thanks