• Hello, I use the WC Predictive Search as Widget.
    When I move mouse the menu and the dropdown elements appear, they go under the widget.

    To fix it I had to modify the file jquery.autocomplete.css from
    .widget_products_predictive_search{position:relative;z-index:99;}
    to
    .widget_products_predictive_search{z-index:99;}

    Is it really necessary to keep position:relative? It would be better use position:inherit.

    I’m using WP 3.5.2, a CatchBox derivate theme and FF 23.0.1

    https://www.ads-software.com/plugins/woocommerce-predictive-search/

  • The topic ‘search widget goes over dropdown menu’ is closed to new replies.