Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Full height for Checkboxes (Filter) › Reply To: Full height for Checkboxes (Filter)
October 22, 2025 at 9:19 am
#55825
Keymaster
We do some beta tests (not on all versions though) via a private github repository access. Do you have a github account? I will invite you.
Thanks for the kind words!
As for the lists, it’s only a styling thing. The list is there, but the margins are reset. This will do the trick:
.asp_r {
ul, li {
margin: 0 1em !important;
}
}