This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 8 years, 5 months ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Overlapping Issue
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 8 years, 5 months ago.
Hello,
I am facing the following issue.
I am using the search in the sidebar. But when I try to open dropdown from main navigational bar the search bar is shown above the dropdown (see attachment)
Earlier also I had this issue but in that case I was using the search bar on page. You had given me the following snippet :
<style>
.proinput input.orig {
z-index: 5 !important;
}
.promagnifier, .proloading, .proclose {
z-index: 1 !important;
}
</style
So on page the search bar is working absolutely fine from then but there is overlapping issue on the side bar.
Please look into it.
Thanking You,
Nitin
Hi!
Try changing the custom CSS to:
.proinput input.orig {
z-index: 5 !important;
}
.promagnifier, .proloading, .proclose, .prosettings {
z-index: 1 !important;
}
It appears to me that the settings icon might still have higher z-index. Hopefully this will fix it.
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. |