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
March 4, 2021 at 9:50 am
#31979
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;
}