• I have installed Ajax search. But when I scroll up the page, the search script appears above the menu letters and page layout. How can we solve this?

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

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

    (@wpdreams)

    Hi,

    Luckily it’s only a tiny z-index mismatch. This custom CSS will resolve the problem:

    .asl_m {
        z-index: 1 !important;
    }

    All the best,
    Ernest

Viewing 1 replies (of 1 total)
  • The topic ‘search script appears above the menu’ is closed to new replies.