Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Searchfield is too small – CSS issue › Reply To: Searchfield is too small – CSS issue
March 19, 2016 at 1:31 pm
#8100
Great!
It’s because the theme element in which is it placed now is not displayed on mobile devices. Try fixing it with:
.fusion-header-tagline {
min-width: 300px !important;
display: block !important;
}
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



