Guest Posted October 13, 2020 Share Posted October 13, 2020 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 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; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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> BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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
Archived
This topic is now archived and is closed to further replies.