• Resolved Cathryn999

    (@cathryn999)


    Hi,
    On my site, the search bar is at the top of a RH sidebar, just under the horizontal main nav menu. When there is a long-ish list of sub-menu items the search bar obscures them, for example see here: https://app.box.com/s/5hzxjdfiwvy9ync4jxzgpuwieok6ywtq
    (hopefully the link works).

    I am using the Customizr Pro theme. Website is territorygeneration.com.au

    Can you suggest any easy fix? I really don’t want to have to revert to standard search, I like Ajax Search so much better!

    Thanks,
    Cathryn

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi Cathryn,

    It appears to be a simple z-index issue, luckily it’s very easy to fix ??

    Just use this custom CSS code to change the search conatiner z-index to 1 instead of the default value:

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

    This should do the trick for you.

    Thread Starter Cathryn999

    (@cathryn999)

    Wonderful, thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search box in front of menu items’ is closed to new replies.