Briandow2 Posted January 10, 2022 Share Posted January 10, 2022 Site URL: http://www.signatureheadshotsorlando.com I would like to replace the hamburger menu with a single call to action button on mobile. Can someone help me with this code? thank you! Brian Link to comment
tuanphan Posted January 12, 2022 Share Posted January 12, 2022 Add to Design > Custom CSS @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: 30% !important; justify-content: flex-end; width: 30% !important; } .header-title { flex: 30% !important; } .header-actions, .header-actions-action.header-actions-action--cta { display: flex !important; } .header-title-nav-wrapper { flex: 50% !important; } } Briandow2 1 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!) 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