Reply To: Search input Box Over lapping over search submit button

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search input Box Over lapping over search submit button Reply To: Search input Box Over lapping over search submit button

#13178
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi,

From what I can see, the input box z-index value is not calculated properly. Changing the width of the input field is not going to help, as it’s a flex layout element, and the browser will override it’s width automatically.

The simplest solution in my opinion is to use this custom CSS to reset the input box z-index:


.proinput {
     z-index: 0 !important;
}
Best,
Ernest Marcinko

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