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 Marcinko
Ernest 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:


.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;
  }
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)