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 12:18 pm
#33764
Keymaster
Indeed. How about giving it a max-height relative to the window height:
.asp_r .results {
height: auto !important;
max-height: 60vh !important;
}