Main menu header overlapping

having issues with your main menu header overlapping and you need some help resolving it within the theme code! You can also share the picture, which you sent me, which displays the issue at hand!

may i ask could you provide your store url?

Hi, @seo.vibesoft

Try this code by following these steps:
1: Go to the online store - Theme - Edit Code.
2: Find the theme.liquid file and add the following code before the </head> tag

<style>
.header--keep-mobile-search .header__search-bar {
    z-index: 9 !important;
}
</style>

Results:

Hope this helps! If yes then Please don’t forget hit Like and Mark it as solution!

Hi @seo.vibesoft

I think it’s working fine.