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 tabithasuzette 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, 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
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