Woocommerce product search running behind content

Hi there,

I am building a website www.stoffseele.com and I ran into a little issue I cannot get my head around. I have installed the woocommerce-product-search plug-in and added it to the header, but the results on a mobile device show up behind the actual content. I have added a screenshot of the issue to make it more clear. Do you have any idea how to solve this? The z-index doesn’t seem to work at all.

Many thanks for your help

URL: https://stoffseele.com
Passw: 4321

Hi @maxpage91,

Thanks for reaching out.

The mobile menu isn’t applicable for that setup since it has collapse functionality the clips the content when specific height is reached. But, you can add this CSS to your global custom CSS to remove that

.x-nav-wrap.mobile {
    overflow: visible;
}

You may enhance it but we can’t provide further customization related to this.

Thanks!

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