This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Error on first search

#24667
Ernest MarcinkoErnest Marcinko
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;
}