Main menu moved below background image

Hello,

I’m trying to learn web design on my own.

After applying the background image to the header, the navigation menu shifted below the image on mobile view.

My website is https://hessaistesting.myshopify.com/

password: noneas

Hi, @Hessa2

You have set the height of the header wrapper, you need to adjust that.

#shopify-section-sections--16696539644087__header .header-wrapper{
  height: 90vh;
}

The above code made your wrapper more height , that is why the issue occured.

Thank you

Regards

ShopiDevs