Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Prioritizing Results & Customizing Results Page › Reply To: Prioritizing Results & Customizing Results Page
May 19, 2023 at 3:04 pm
#42629
Keymaster
I think it’s actually possible via some custom CSS, try something like this:
.entry .asp_r .results {
height: auto !important;
}
That will set a full height to the results container.