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

Reply To: Scrolling disabled within the content area – need to fix

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Scrolling disabled within the content area – need to fix Reply To: Scrolling disabled within the content area – need to fix

#31979
Ernest MarcinkoErnest Marcinko
Keymaster

You are very welcome 🙂

Well, there is no easy way to move that, but maybe this custom CSS:

.categoryfilter { display: flex; flex-direction: column; }
.asp_option_cat { 
    order: 0;
}

.asp_option_selectall {
    order: 1;
}