How do I get the header acorrdian menu on desktop?

How do I get the same accordian menu mobile devices use on desktop? I am using Fabric 2.1.5 for my store.

Hi @user1201 ,
I hope this message finds you well. Please share your store url and password if password protected. So I can check.
Thanks
Manoj

here it is: https://www.motionandvolatility.com/

Hi @user1201 ,
Shopify Bot hide (flag ) your reply. you can message me or reply again (but not with the same content).
Thanks
Manoj

You can add this code to theme.liquid file, below <head> and check if it works

<style>

 @media (min-width: 750px) {

.header__column header-menu { display: none; }

.header__column .header__drawer { display: flex !important; }

}

</style>

Best regards,

Dan from Ryviu: Reviews & QA