hanj Posted July 16 Share Posted July 16 I am having such a hard time with this.... I got my mobile site to look how I'd like-- with the hamburger menu on the left, logo in the middle, and donate button on the right, but I can not figure out how to replicate this on the desktop version. Please help! Link to comment
Lesum Posted July 16 Share Posted July 16 @hanj Hi! Can you please share your site URL for context? Have you already managed to display the hamburger menu on desktop? If yes, this post might be helpful: If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
hanj Posted July 31 Author Share Posted July 31 (edited) Here's my site: https://broccoli-quillfish-asgf.squarespace.com I don't already have the hamburger on the desktop version. Edited July 31 by hanj Link to comment
tuanphan Posted August 3 Share Posted August 3 (edited) On 7/31/2024 at 7:36 AM, hanj said: Here's my site: https://broccoli-quillfish-asgf.squarespace.com I don't already have the hamburger on the desktop version. You can use this code to Website Tools > Custom CSS /* Force burger on desktop */ @media screen and (min-width: 768px) { .header-menu { right:unset; width: 25% } .header-burger { display: flex !important; order: 1; } .header--menu-open .header-menu { opacity: 1 !important; visibility: visible !important } .header-nav { visibility: hidden !important } .header-title-nav-wrapper { order: 2; } .header-actions.header-actions--right { order: 3; }} Edited August 3 by tuanphan moonlitdesign 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