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

Search results are behind the menu

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search results are behind the menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10528
    evekjevekj
    Participant

    Hi,

    I added search to topbar and search results are behind the menu. How can I fix this?

    Best regards,
    Eve KJ

    #10541
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Eve KJ,

    The problem is that the menu has a higher z-index CSS attribute number, so it appears over the results.

    The fix is very simple, with this custom CSS code you can force the search results list to a higher z-index as the menu, so it appears over it:

    [html]div[id*=ajaxsearchprores] {
    z-index: 99999 !important;
    }[/html]

    Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

    #10568
    evekjevekj
    Participant

    Thank you very much. Now it is OK.

    Best regards,
    Eve KJ

    #10571
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Search results are behind the menu’ is closed to new replies.