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

Reply To: Searchfield is too small – CSS issue

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

#8100
Ernest MarcinkoErnest Marcinko
Keymaster

Great!

It’s because the theme element in which is it placed now is not displayed on mobile devices. Try fixing it with:

[code].fusion-header-tagline {
min-width: 300px !important;
display: block !important;
}[/code]