sarahdise Posted September 23, 2020 Share Posted September 23, 2020 Site URL: https://www.sarahduvivier.com I currently have a hamburger menu on my desktop site but was wondering if instead of taking up the full page I was wondering if there is a custom css code to achieve something like this when you click on the Hamburger button. I want the menu to only take up some of the screen, not being the full screen if that makes sense. My site is https://www.sarahduvivier.com Thanks for the help. Link to comment
tuanphan Posted September 25, 2020 Share Posted September 25, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:768px) { .header-menu-nav-folder.header-menu-nav-folder--active { width: 50%; left: unset; right: 0; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment