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

Reply To: Resizing search box in header at random

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Resizing search box in header at random Reply To: Resizing search box in header at random

#16595
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

I was not able to replicate the issue, but there is a custom CSS that will definitely help:

[html].asp_m_1 {
min-width: 240px !important;
}[/html]

This will prevent the search size to get below 240 pixels at any time, no matter what. Make sure to clear all layers of cache after applying this rule. I hope this helps!