This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Full height for Checkboxes (Filter)

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Full height for Checkboxes (Filter) Reply To: Full height for Checkboxes (Filter)

#55825
Ernest MarcinkoErnest Marcinko
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;
    }
}