Overlapping Issue

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 8 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8020
    nd04
    nd04
    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

    Attachments:
    You must be logged in to view attached files.
    #8070
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    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,
    Ernest Marcinko

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


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.