jennicurtice Posted April 15, 2021 Share Posted April 15, 2021 (edited) Site URL: http://www.natashiamft.com Hey people! I'm working on a Squarespace 7.1 client site and they want the social icons on the very right of the header navigation. Is there some CSS I can use to move the social icons to the right of the CTA button (basically switching the button position with the social icons). URL: www.natashiamft.com PW: psychotherapy2021 Thanks! Edited April 15, 2021 by jennifercurtice clarifying Squarespace 7.1 Beyondspace 1 Link to comment
Beyondspace Posted April 15, 2021 Share Posted April 15, 2021 3 hours ago, jennifercurtice said: Site URL: http://www.natashiamft.com Hey people! I'm working on a Squarespace 7.1 client site and they want the social icons on the very right of the header navigation. Is there some CSS I can use to move the social icons to the right of the CTA button (basically switching the button position with the social icons). URL: www.natashiamft.com PW: psychotherapy2021 Thanks! you may need javascript to do this, add this to Advance-Code Injection <script> document.addEventListener('DOMContentLoaded', function() { function insertAfter(referenceNode, newNode) { referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling); } insertAfter(document.querySelector(".header-actions-action--cta"), document.querySelector(".header-actions-action--social")); }); </script> tuanphan and jaksdigital 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
Beyondspace Posted April 15, 2021 Share Posted April 15, 2021 tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
jennicurtice Posted April 15, 2021 Author Share Posted April 15, 2021 @bangank36 Thank you SO much!!! I really appreciate your help!! Beyondspace 1 Link to comment
2birds Posted September 21 Share Posted September 21 @tuanphan I'm looking for a solution for this too! Hoping to move the social icons from the left to the right of the CTA button: Link to comment
tuanphan Posted September 23 Share Posted September 23 On 9/22/2023 at 5:36 AM, 2birds said: @tuanphan I'm looking for a solution for this too! Hoping to move the social icons from the left to the right of the CTA button: Can you share site url? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment