Nah Posted May 18, 2022 Posted May 18, 2022 Site URL: http://naheartu.com I want my mobile site's menu to look like the header of my desktop's menu. That is I want the Menu Items under the Logo like it is on desktop. I want to remove the hamburger menu and instead it's the same as the desktop format. I had it matching before but I changed it and forgot the code. Please help
tuanphan Posted May 20, 2022 Posted May 20, 2022 Add to Design > Custom CSS /* Force Desktop Nav on Mobile - With Burger Appear */ @media screen and (max-width:991px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .header-nav { display: flex !important; flex: 70% !important; justify-content: flex-end; } .showOnDesktop .header-actions-action.header-actions-action--cart { display: none; } .header-title-logo {text-align: center;} } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment