Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Abhijeet.

    You can use the following custom CSS to increase the z-index of the search form:

    .search-header .search-form {
        z-index: 10;
    }

    The z-index for the search toggle would need to be set to a higher value, also:

    .search-toggle {
        z-index: 999;
    }

    If the above doesn’t help, we’ll need to be able to access your site to see exactly what custom CSS is being added and causing the issue here.

    Thread Starter backpackingseries

    (@backpackingseries)

    Thank you Siobhan.

    That, plus clearing the server-side cache, does the job! ??

    Kind regards,

    Abhijeet

    Glad to hear it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Z-Index conflict amongst dropdown menu, search toggle, and featured posts’ is closed to new replies.