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

#8098
Ernest MarcinkoErnest Marcinko
Keymaster

You can contact him, but you might wait for a long time for an answer.

I think we can solve it quicker. How about trying this custom CSS:
[code]
.asp_main_container {
min-width: 300px;
width: 100% !important;
float: right;
margin-left: 20px !important;
max-width: 360px;
}

@media only screen and (max-width: 360px) {
.asp_main_container {
margin-left: 50% !important;
}
}[/code]