Indi Posted January 22, 2022 Share Posted January 22, 2022 (edited) Site URL: https://www.rotaterecordings.com Hi, I have used code to create a hamburger menu on my website. I am wanting however to add a border around navigational items like the picture attached. Does anyone know how I could do this? Also I'm unsure how to fix the folder navigation item I created, I want it to be a drop down instead of the arrows and having to click back to return to the menu. See 2nd and 3rd attached pictures. Thank you Edited January 22, 2022 by Indi Beyondspace 1 Link to comment
Beyondspace Posted January 24, 2022 Share Posted January 24, 2022 On 1/22/2022 at 8:07 AM, Indi said: Site URL: https://www.rotaterecordings.com Hi, I have used code to create a hamburger menu on my website. I am wanting however to add a border around navigational items like the picture attached. Does anyone know how I could do this? Also I'm unsure how to fix the folder navigation item I created, I want it to be a drop down instead of the arrows and having to click back to return to the menu. See 2nd and 3rd attached pictures. Thank you For the border navigator, kindly try adding to Home > Design > Custom Css .Mobile-overlay-nav-item { border-top: 1px solid; padding-bottom:0; padding: 0 20px; } .Mobile-overlay-nav-item:last-child { border-bottom: 1px solid; } .Mobile-overlay-menu-main { padding:60px 0 0 0; } .Mobile-overlay-menu { width: 100%; } .Mobile-overlay-close { z-index:2; } Let me know how it works on your site Support me by pressing 👍 if this useful for you tuanphan 1 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, Keyword HighlighterIf 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 January 24, 2022 Share Posted January 24, 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, Keyword HighlighterIf 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
Indi Posted January 26, 2022 Author Share Posted January 26, 2022 @bangank36 That works amazingly! Thank you 🙂 Can ask if there is a way to also get a border around the whole menu as well? As seen in the picture. Link to comment
tuanphan Posted January 26, 2022 Share Posted January 26, 2022 11 hours ago, Indi said: That works amazingly! Thank you 🙂 Can ask if there is a way to also get a border around the whole menu as well? As seen in the picture. It looks like you solved with this CSS? .Mobile-overlay-menu-main { padding: 60px 0 0 0; border-right: 1px solid; border-left: 1px solid; border-bottom: 1px solid; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Indi Posted January 27, 2022 Author Share Posted January 27, 2022 @tuanphan Yes, I figured it out 🙂 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