Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › mobile: viewport vertical results › Reply To: mobile: viewport vertical results
December 9, 2019 at 1:22 pm
#24971
Keymaster
Hi!
Please try this variation of that custom code:
@media only screen and (max-width: 480px) {
.asp_r .results {
max-height: 200px !important;
}
}
This should not cut off the container anymore 🙂