Cbris Posted February 17, 2022 Posted February 17, 2022 Site URL: https://nectarine-gopher-55j4.squarespace.com/config/help Hi- My client would like the hamburger icon to be on the desktop but I cannot find any information on how to do this. I am using Bedford 7.0 theme. Any help is greatly appreciated! Beyondspace 1
Beyondspace Posted February 21, 2022 Posted February 21, 2022 On 2/18/2022 at 5:13 AM, Cbris said: Site URL: https://nectarine-gopher-55j4.squarespace.com/config/help Hi- My client would like the hamburger icon to be on the desktop but I cannot find any information on how to do this. I am using Bedford 7.0 theme. Any help is greatly appreciated! Try adding to Home > Design > Custom Css .mobile-nav-open #sidecarNav { visibility: visible; -webkit-transition: height 0s .14s linear,visibility 0s 0s linear; -moz-transition: height 0s .14s linear,visibility 0s 0s linear; -ms-transition: height 0s .14s linear,visibility 0s 0s linear; -o-transition: height 0s .14s linear,visibility 0s 0s linear; transition: height 0s .14s linear,visibility 0s 0s linear; } #siteWrapper { height: 99.9%; width: 100%; -webkit-transition: -webkit-transform .14s ease-in-out; -moz-transition: -moz-transform .14s ease-in-out; -ms-transition: -ms-transform .14s ease-in-out; -o-transition: -o-transform .14s ease-in-out; transition: transform .14s ease-in-out; } .mobile-nav-open #siteWrapper { position: fixed; height: 100%; -webkit-transform: translate3d(-260px,0,0); -moz-transform: translate3d(-260px,0,0); -ms-transform: translate3d(-260px,0,0); -o-transform: translate3d(-260px,0,0); transform: translate3d(-260px,0,0); } .mobile-nav-open .body-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; cursor: e-resize; -webkit-transform: translatex(-260px) translatez(0); -moz-transform: translatex(-260px) translatez(0); -ms-transform: translatex(-260px) translatez(0); -o-transform: translatex(-260px) translatez(0); transform: translatex(-260px) translatez(0); } Let me know how it works on your site Support me by pressing 👍 if this useful for you Cbris 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted February 21, 2022 Posted February 21, 2022 My testing hamburger menu.mp4 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Cbris Posted February 21, 2022 Author Posted February 21, 2022 Hi I tried using your code and now it is back to full nav. Any other thoughts?
Cbris Posted February 21, 2022 Author Posted February 21, 2022 I spoke to soon... still reverting back to nav bar on desktop version?
tuanphan Posted February 23, 2022 Posted February 23, 2022 On 2/22/2022 at 3:22 AM, Cbris said: I spoke to soon... still reverting back to nav bar on desktop version? It is fine to me. Did you solve this? 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