Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › A Quick help is needed › Reply To: A Quick help is needed
August 10, 2021 at 12:34 pm
#34242
Keymaster
Hi Thon,
1. You can set the redirection options here.
2. There is this option, however that uses a user agent check on server side, and not a width check. If you prefer the 640px width check, then a custom selector is the best choice:
@media only screen and (max-width:640px) {
.asp_w {
display: none !important;
}
}