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

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13162
    Danielz MaddzDanielz Maddz
    Participant

    Hello

    Check here near top of page

    http://tilingassociationireland.ie/

    Display width 990px to 1100px (And bit more) we can see the input box covers the submit button. How can I fix that CSS issue.

    The input class is input.orig , but assigning any width to that doesn’t work, even with !important at end.

    Thanks

    #13178
    Ernest MarcinkoErnest 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:
    [html]
    .proinput {
    z-index: 0 !important;
    }[/html]

    #13823
    Danielz MaddzDanielz Maddz
    Participant

    🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.