How do I keep the menu under the logo on a simple theme?

Hi,

I would like to have a stiky logo and menu. I tried, but the menu overlaps the logo. I would like for the menu to stay under the logo.

Thanks for you held !

This the website : https://juju90.myshopify.com/

and password : https://juju90.myshopify.com/

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

1 Like

This the passeword : rtohnu

Thank you !

1 Like

@vroomvroom

please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

#shopify-section-header {
    position: relative !important;
}

#shopify-section-sidebar {
    top: 50px !important;
}

Thanks !