Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Results are loading super slow. › Reply To: Results are loading super slow.
June 24, 2021 at 8:16 am
#33760
Keymaster
Thank you very much!
It seem to be something with the default height setting on the results box, this custom CSS should resolve it for good:
.asp_r .results {
height: auto !important;
}