krystenjade Posted July 23, 2022 Share Posted July 23, 2022 Site URL: https://chef-andy-wright.squarespace.com/ Hi, I would like to change the desktop navigation to a hamburger Password:chefandy Thank you Link to comment
tuanphan Posted July 23, 2022 Share Posted July 23, 2022 (edited) Add to Design > Custom CSS /* force burger on desktop */ @media screen and (min-width:992px) { /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { display: none; } /* show burger */ .header-burger { display: flex; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } /* menu size */ .header-menu.header-menu--folder-list { left: unset; width: 30%; bottom: unset; height: 70%; } } Edited July 28, 2022 by tuanphan 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
krystenjade Posted July 24, 2022 Author Share Posted July 24, 2022 Thank you @tuanphan That worked great. Is it possible to have just a small dropdown menu rather than the whole screen overlay? Link to comment
tuanphan Posted July 26, 2022 Share Posted July 26, 2022 On 7/25/2022 at 6:40 AM, krystenjade said: Thank you @tuanphan That worked great. Is it possible to have just a small dropdown menu rather than the whole screen overlay? Like this? or smaller (width + height)? 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
krystenjade Posted July 28, 2022 Author Share Posted July 28, 2022 @tuanphan yes thank you. But smaller width and height if possible. Link to comment
tuanphan Posted July 28, 2022 Share Posted July 28, 2022 9 hours ago, krystenjade said: @tuanphan yes thank you. But smaller width and height if possible. Updated above code. You can check it again. 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
krystenjade Posted July 28, 2022 Author Share Posted July 28, 2022 Thank you. That worked. Link to comment
Pylone_mov Posted May 6, 2023 Share Posted May 6, 2023 I have inserted the code from above, but when I go one page further in the menu, for example in the menu on products ... then the menu moves to the left and you see it on the page? I have two pictures, I think they explain it better than I do, I hope you can help me. Link to comment
Pylone_mov Posted May 6, 2023 Share Posted May 6, 2023 2 minutes ago, Pylone_mov said: I have inserted the code from above, but when I go one page further in the menu, for example in the menu on products ... then the menu moves to the left and you see it on the page? and there is also this white line for scrolling as soon as i go to the next page in the menu, you can see it in the second picture in the middle. 2 minutes ago, Pylone_mov said: I have two pictures, I think they explain it better than I do, I hope you can help me. Link to comment
tuanphan Posted May 9, 2023 Share Posted May 9, 2023 On 5/6/2023 at 9:09 PM, Pylone_mov said: What is your site url? We 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
Pylone_mov Posted May 10, 2023 Share Posted May 10, 2023 On 5/9/2023 at 9:49 AM, tuanphan said: What is your site url? We can check easier https://mandarin-ferret-jpca.squarespace.com/ is this the right url? Link to comment
tuanphan Posted May 11, 2023 Share Posted May 11, 2023 On 5/10/2023 at 8:01 PM, Pylone_mov said: https://mandarin-ferret-jpca.squarespace.com/ is this the right url? Your site is private 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
Pylone_mov Posted May 11, 2023 Share Posted May 11, 2023 6 hours ago, tuanphan said: Your site is private i changed the settings like the guide you send me. the pw is: 12345678 Link to comment
tuanphan Posted May 14, 2023 Share Posted May 14, 2023 Don't remove any code in your current code. Add this to Design > Custom CSS @media screen and (min-width:992px) { .header-menu-nav-folder--open { visibility: hidden; } } 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