How to fix a shipping bar blocking the header on mobile?

There is a problem that I meet is the shipping bar blocks header on mobile. And I saw a few solutions in the community that doesn’t work for me.

Vendy Theme

App: Free Shipping Bar

Thank you

Hi @Linshiliang

Same instructions as last time, paste the below code in theme.css

#fsb_container {
  position: relative;
  z-index: 99;
}

Thank you for your reply, but the problem still there

Hi @Linshiliang

Try this

#fsb_background {
    z-index: 99 !important;
}

Still not work

@Linshiliang

Please share store URL

Thanks!

Hii, @Linshiliang
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

Hi @Linshiliang

Maybe im not following but it looks like it worked for me. I’ve refreshed it, clicked search button and the search input is now above it. I also double checked mobile right now and it worked. Try viewing it in incognito mode.