Get search results on top level

Hello everyone - i got the woocommnerce pro search - and with their help managed to set it up on the footer search of my site - www.nailcrazy.com. and it works good - cause when you type a few letters it display the products in list form - with add to cart button and more - so very cool.

Now i have my header menu set up with ubermenu - and i managed to create a search button - and people can enter the text in the box it opens . . but this container is not on top level - so when the search performs the same was as in the footer . . none of the results i need to show - are displayed …

and they told me - that the search is the same - but if it was on the top - level - the results would show as i need them.

i tried putting some z index code in the uber menu settings - but no change -
can you please help me - maybe with a css fix or html ??

Thanks
andrew

Hi Andrew,

Thanks for reaching out.

Please add this custom CSS as well along with your other Ubermenu custom CSS.

    #menu-item-12741.ubermenu-item > ul {
     overflow: visible !important;   
    }

It’s restricted by the sub-menu where the form is displayed.

Thanks!

big thanks - it works like a charm - and simple through theme options - ::}}
Job done :}

big xmass hug - andrew

You’re most welcome Andrew! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.