Guest Posted October 13, 2020 Share Posted October 13, 2020 (edited) Hi, Can someone please help me? I would like to to have the menu on the bottom right for desktop, and bottom center on mobile. I hope this is possible. This is my first attempt at using Squarespace! Thanks, Marissa Edited October 13, 2020 by MJakaJaX Link to comment
Beyondspace Posted October 14, 2020 Share Posted October 14, 2020 I used reference with tremont demo site, place this code in Settings->Design->Custom Css .overlay-nav-wrapper .overlay-nav-inner-wrapper { margin-top: auto !important; } 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
Guest Posted October 14, 2020 Share Posted October 14, 2020 Hi, Thanks, but that did not move my mobile index nav to the bottom-center, while keeping the desktop index nav bottom-left. Best, Marissa Link to comment
Beyondspace Posted October 14, 2020 Share Posted October 14, 2020 9 hours ago, MJakaJaX said: Hi, Thanks, but that did not move my mobile index nav to the bottom-center, while keeping the desktop index nav bottom-left. Best, Marissa Best case you should share us the site with protected password to check, thanks 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
Guest Posted October 15, 2020 Share Posted October 15, 2020 https://khaki-spinach-srmk.squarespace.com/ pass : 123456 Thank you! Link to comment
Beyondspace Posted October 16, 2020 Share Posted October 16, 2020 You mean this logo right 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 October 16, 2020 Share Posted October 16, 2020 Add this snippet into Pages -> Gear Icon next to the index page -> Advanced <style> .index-navigation { width: 100% !important; } .index-navigation .collection-nav-item { text-align: right !important; } @media only screen and (max-width: 768px) { .index-navigation .collection-nav-item { text-align: center !important;; } } </style> 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
Guest Posted October 16, 2020 Share Posted October 16, 2020 OMG, thank you so much that worked! You are AWESOME! 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