esinozcan Posted June 26 Share Posted June 26 Hey, I have a navigation menu for mobile. I want this hamburger menu to go full-screen, instead of opening up above. Right now, when it's clicked, a small navigation menu is opening up from above. I'm adding two images, first one is what it looks like right now, and the second one is how I want it to look like. Is this something I can do with just custom CSS? Would anyone know how I can achieve this? Here is my website: https://www.esinozcan.com/ Link to comment
tuanphan Posted June 26 Share Posted June 26 Try adding to Design > Custom CSS div#mobileNav.menu-open { position: fixed; height: 100vh !important; left: 0; width: 100%; background-color: white; z-index: 999; display: flex; align-items: center; justify-content: center; } .menu-open div#mobileNavWrapper { background: white; } 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