Why is my menu overlapping my search bar on my website?

Hey guys does anybody know why my menu is overlapping my search bar?

https://directcomputers.myshopify.com/

password flowma

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
div#site-header-nav {
position: relative;
z-index: 9;
}