is it possible to change the menu from slide out to a sticky menu?

hi everyone!

is it possible to change my slide out hamburger menu to a sticky menu ?

like this:

so it always stands there?

but only on my page where you can scroll trough the products

www.gallerychristian.com

password: Christianshop123

thanks in advance!

@christian_russo ,

Hello,

Well, I have seen your previous post I have solved all the issues,

This is time-consuming work, as I have to implement it on your theme, a theme is not having this feature. The custom solution is best for your store instead of using an app, App may decrease your store performance.

Check the sample Store where I have worked on it.

https://www.silkleppard.com.au/password

Password : [email removed]

Hi @christian_russo ,

Please follow the steps below:

  • Step 1: Go to sections > header.liquid file, find ‘Details-menu-drawer-container’ and add ‘open’ here:

  • Step 2: Go to Assets > base.css and paste this at the bottom of the file:
#menu-drawer {
    transform: translate(0) !important;
    visibility: visible !important;
}

Hope it helps!

but now it also is open on my homepage I only want it on the product page where I scroll through my products. also the hamburger icon is still showing I just want it there permanent. and it’s also on mobile I only want this on desktop. hope you can help!