Jump to content

Moving Social Icons to right of CTA button in header Squarespace 7.1

Recommended Posts

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 by jennifercurtice
clarifying Squarespace 7.1
Link to comment
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>

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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

image.thumb.png.79b6be13dbbba54e426d563c27fedcc9.png 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.