This topic contains 2 replies, has 2 voices, and was last updated by Danielz Maddz 6 years, 3 months ago.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search input Box Over lapping over search submit button
This topic contains 2 replies, has 2 voices, and was last updated by Danielz Maddz 6 years, 3 months ago.
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
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,🙂
You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |