Hi,
Please use this custom css code:-
.woocommerce .widget_layered_nav ul li {
padding: 5px 0px !important;
}
Find this code at Admin -> Theme Options -> Custom CSS code.
.woocommerce .widget_layered_nav ul li span {
padding: 7px 0px !important;
float: right !important;
}
Change with this code:-
.woocommerce .widget_layered_nav ul li span.count {
padding: 7px 0px !important;
float: right !important;
}
Thanks
Mohammad
Thanks
Mohammad