tabithasuzette Posted January 17, 2022 Share Posted January 17, 2022 Site URL: https://luminaryunion.squarespace.com/ My client would like the login button to be a part of the nav items on the left side of the logo. I couldn't figure out how to change it with flexbox or otherwise. Is this possible? I shrunk it for now but if it can be moved she wants it formatted the same as the nav left items. Link to comment
Solution Beyondspace Posted January 17, 2022 Solution Share Posted January 17, 2022 37 minutes ago, tabithasuzette said: Site URL: https://luminaryunion.squarespace.com/ My client would like the login button to be a part of the nav items on the left side of the logo. I couldn't figure out how to change it with flexbox or otherwise. Is this possible? I shrunk it for now but if it can be moved she wants it formatted the same as the nav left items. Try adding to Home > Settings > Advanced > Code Injection, Footer <script> (function(){ document.addEventListener('DOMContentLoaded', () => { document.querySelector('.header-display-desktop .header-nav-list').appendChild(document.querySelector('.header-actions--right > .user-accounts-link')); }) })() </script> Let me know how it works on your site jeanneemariee and tabithasuzette 1 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
tabithasuzette Posted April 6, 2022 Author Share Posted April 6, 2022 On 1/17/2022 at 5:44 PM, bangank36 said: Try adding to Home > Settings > Advanced > Code Injection, Footer <script> (function(){ document.addEventListener('DOMContentLoaded', () => { document.querySelector('.header-display-desktop .header-nav-list').appendChild(document.querySelector('.header-actions--right > .user-accounts-link')); }) })() </script> Let me know how it works on your site I totally forgot about this - but I put it in and it worked, thank you so much!! 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