• Hi, my company is planning to launch this website next week.

    The issue is with the search bar on the very top of the page, beside the logo. When we search anything, the first result in search results is covered by the menu bar. The menu bar is in front of the search results.

    Is there a way to bring the search results forward?

    Thank you.

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

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

    (@wpdreams)

    Hi,

    Sure. The issue is caused simply by the fact that the overlay has a higher z-index value as the results box.

    This custom CSS will resolve that:

    .asl_r {
        z-index: 9999999 !important;
    }

    Best regards,
    Ernes M.

Viewing 1 replies (of 1 total)

The topic ‘Search Result Overlay’ is closed to new replies.