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

Reply To: for cell or mobile view.. wider the search result box Attached image

Home Forums Product Support Forums Ajax Search Pro for WordPress Support for cell or mobile view.. wider the search result box Attached image Reply To: for cell or mobile view.. wider the search result box Attached image

#39776
Ernest MarcinkoErnest Marcinko
Keymaster

Make sure to clear all layers of site cache, as well as the CDN cache. If something else might be conflicting, you can also try this custom CSS:

.asp_m {
    min-width: 500px;
}

@media only screen and (max-width: 768px) {
    .asp_m {
       min-width: 100%;
    }
}

If nothing works, then can you please share a URL where I can check this issue. Back-end details would be also nice, so I could check if everything is working correctly.