• Resolved cm2017

    (@cm2017)


    Hi
    I am using this plugin and added the search bar to footer, side bar and on top header. Footer and side bar search is working fine but on my header secondary menu, I have created a widget and added this plugin but the search result displying wiredly, its covered under the menu bar of my site.
    Could you please help. Thank you very much

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    The problem is that your header menu has large z-index.

    You can easy solve this issue by opening assets/css/common.css

    find rules

    .aws-search-result {
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 16px;
    }

    and change z-index: 9999; to something bigger

Viewing 1 replies (of 1 total)
  • The topic ‘How to fix my search result displaying wiredly covered under menu bar’ is closed to new replies.