kaydotjpg Posted July 26, 2022 Share Posted July 26, 2022 Site URL: https://tambourine-khaki-6f3e.squarespace.com/ Hi! I wanted to tuck all of my navigation links into a neat little folder that I called "+" for the most minimal look (it's hidden on the home page, but visible on all the other pages). However, the only downfall is when you switch to mobile, and click the hamburger menu, it takes you to folder labeled "+" before taking you to the main links, makes sense, but I feel it's unnecessary and unsightly on the mobile version. Is there anyway around this? I want to keep the "+" folder on desktop, but just have the main 3 links without the folder while on mobile. I hope this makes sense! password: brineintopedro Link to comment
Beyondspace Posted July 26, 2022 Share Posted July 26, 2022 13 hours ago, kaydotjpg said: Site URL: https://tambourine-khaki-6f3e.squarespace.com/ Hi! I wanted to tuck all of my navigation links into a neat little folder that I called "+" for the most minimal look (it's hidden on the home page, but visible on all the other pages). However, the only downfall is when you switch to mobile, and click the hamburger menu, it takes you to folder labeled "+" before taking you to the main links, makes sense, but I feel it's unnecessary and unsightly on the mobile version. Is there anyway around this? I want to keep the "+" folder on desktop, but just have the main 3 links without the folder while on mobile. I hope this makes sense! password: brineintopedro I can not see the hamburger menu at the moment. Do I miss any of your point? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
kaydotjpg Posted July 26, 2022 Author Share Posted July 26, 2022 hi @bangank36 the menu is on every page except the home page (so please select the "deli menu", "about" or "in store" buttons) Link to comment
Solution Beyondspace Posted July 26, 2022 Solution Share Posted July 26, 2022 2 hours ago, kaydotjpg said: hi @bangank36 the menu is on every page except the home page (so please select the "deli menu", "about" or "in store" buttons) You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { [data-folder="root"] { display: none; } [data-folder="root"] + div { transform: translatex(0); will-change: transform; } [data-folder="root"] + div .header-menu-nav-folder-content > .header-menu-controls { display: none; } } I also hide the back button on mobile Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted July 26, 2022 Share Posted July 26, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
kaydotjpg Posted July 27, 2022 Author Share Posted July 27, 2022 @bangank36woah- that worked perfectly. Thanks so much, you're the best ❤️ Beyondspace 1 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