martinp Posted August 10, 2023 Share Posted August 10, 2023 I am using 7.1 and I want to move the hamburger menu icon to be below the site title rather than on the right side of the header. There are no Squarespace presets that allow for this. Can anyone help me with this? the password is 12345678 Link to comment
Ziggy Posted August 11, 2023 Share Posted August 11, 2023 Can you share your website URL? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
martinp Posted August 11, 2023 Author Share Posted August 11, 2023 jeuno.squarespace.com Link to comment
Solution tuanphan Posted August 12, 2023 Solution Share Posted August 12, 2023 You can add this to Design > Custom CSS or Website > Website Tools > Custom CSS /* Mobile burger */ @media screen and (max-width:767px) { .header-display-mobile { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .header-title-nav-wrapper { -webkit-box-flex: 1 !important; -ms-flex: 1 0 100% !important; flex: 1 0 100% !important; -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; margin: 0 auto !important; } .header-title-logo { padding: 0 !important; } } PurpleFox 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
martinp Posted August 14, 2023 Author Share Posted August 14, 2023 this worked thanks so much tuanphan 1 Link to comment
PurpleFox Posted March 14 Share Posted March 14 (edited) On 8/12/2023 at 10:16 AM, tuanphan said: You can add this to Design > Custom CSS or Website > Website Tools > Custom CSS Thanks the code is working! to put the hamberger below the title, but it's not exactly centered like you can see on my screenshot, do you know a way to do this ? Thanks a lot !!!! Edited March 19 by PurpleFox Link to comment
tuanphan Posted March 16 Share Posted March 16 On 3/15/2024 at 1:11 AM, PurpleFox said: Thanks the code is working! to put the hamberger below the title, but it's not exactly centered like you can see on my screenshot, do you know a way to do this ? Thanks a lot !!!! What is site url? I can check easier 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
PurpleFox Posted March 16 Share Posted March 16 (edited) On 3/16/2024 at 8:47 AM, tuanphan said: What is site url? I can check easier I just see a strange thing : the burger is well centered on desktop when I reduce the width of the window and the mobile version of the site appears. But on smartphone that's not the case with Safari and Chrome. Edited March 19 by PurpleFox Link to comment
tuanphan Posted March 18 Share Posted March 18 On 3/17/2024 at 1:36 AM, PurpleFox said: The url is https://www.hugomartial.com/ We can see better on this page https://www.hugomartial.com/mots that the burger is not centered on mobile. I just see a strange thing : the burger is well centered on desktop when I reduce the width of the window and the mobile version of the site appears. But on smartphone that's not the case with Safari and Chrome. Did you solve with burger? Just tried with Chrome 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
PurpleFox Posted March 18 Share Posted March 18 5 hours ago, tuanphan said: Did you solve with burger? Just tried with Chrome No ! Thanks to your screenshot we see it's works on Android ( and I see that the site title is on two lines 😱whereas on my iPhone 12 it's on a single line) . But it doesn't work on Safari and Chrome on iOS (see my new screenshots) at least not on my iOS 17.3.1 version. Do you have any ideas on how to solve this? Link to comment
Ziggy Posted March 18 Share Posted March 18 5 minutes ago, PurpleFox said: Do you have any ideas on how to solve this? Try this addition: .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-burger { justify-content: center !important; flex: 0 0 50px; } .header .header-burger { align-items: center !important; width: 200px; } PurpleFox 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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