Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Error on first search › Reply To: Error on first search
November 20, 2019 at 2:45 pm
#24667
Keymaster
No problem, this also helps. My first suggestion would be, to try adding a min-height attribute to the whole container, it may force the display. From the screenshot and video, it looks like as if the height was 0 of the internal container and badly rendered
Try this custom CSS please:
.asp_r .results {
min-height: 42px;
}