• On my page (theme Twenty Fourteen) the dropdown menu for advanced search does not behave as expected.

    With desktop browsers it opens behind the list of results and is not accessible. On mobile devices everything works fine. Is there an easy way to fix it? Without a greater knowledge for programming?

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

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

    (@wpdreams)

    Hi,

    Try this custom CSS:

    div.asl_r {
        z-index: 100 !important;
    }

    It should bring the results a bit backwards on the z plane and resolve the issue.

    Best,
    Ernest M.

    Thread Starter fogger

    (@fgruen)

    It did the job! Thank you very much. ??

    Plugin Author wpdreams

    (@wpdreams)

    Great ??

    I will mark this thread as resolved then.

    Feel free to rate the plugin if you like it, it is greatly appreciated.

    Best,
    Ernest M.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dropdown menu behind search field’ is closed to new replies.