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

Reply To: COMPACT SEARCH BAR WIDTH ISSUE

#22997
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

I am not sure if you resolved the white space issue, but it looks okay to me at the moment: https://i.imgur.com/WbYIVr6.png
Let me know if it happens on a specific device.

To resolve the height issue on mobile devices, try this custom CSS:

@media only screen and (max-width: 480px) {
    .asp_r .results {
        max-height: 300px !important;
    }
}