• Resolved cm2017

    (@cm2017)


    Hi
    I am using this search plugin which is working fine in my footer and sidebar but the result is displaying under the menu bar on my top hear. Please help me fix this issue. Thank you

    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 ‘Help pls to fix search result which is displaying weirdly’ is closed to new replies.