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

Overlapping Issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8020
    nd04nd04
    Participant

    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

    #8070
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Try changing the custom CSS to:

    [code]
    .proinput input.orig {
    z-index: 5 !important;
    }

    .promagnifier, .proloading, .proclose, .prosettings {
    z-index: 1 !important;
    }[/code]

    It appears to me that the settings icon might still have higher z-index. Hopefully this will fix it.

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