Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax Seach Pro Question › Reply To: Ajax Seach Pro Question
September 14, 2015 at 10:34 am
#5916
Hi!
Since the width of the bar is given in per cents (60%), when the screen width is decreased, the bar width decreases as well.
What I suggesst is to add a custom CSS for mobile screens to increase the width to at least 90%. Something like this:
@media only screen and (max-device-width: 480px) {
div.ajaxsearchpro[id*="ajaxsearchpro2_"] {
width: 90% !important;
}
}
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)