Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › COMPACT SEARCH BAR WIDTH ISSUE › Reply To: COMPACT SEARCH BAR WIDTH ISSUE
June 3, 2019 at 1:13 pm
#22997
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;
}
}