Home › Forums › WoodMart support forum › filter not working on archive page › Reply To: filter not working on archive page
June 8, 2023 at 4:38 pm
#473607
Luke Nielsen
Keymaster
Hello,
It’s not a bug, it’s meant to be because link and counter are different elements. The below code will help you enable the behavior you want.
.wd-swatches-filter .wc-layered-nav-term {
position: relative;
}
.wd-swatches-filter .wc-layered-nav-term .count {
position: absolute;
top: 5px;
inset-inline-end: 0;
pointer-events: none;
}
Don’t hesitate to let me know if you need any further help or any other info
Kind Regards