How to Create a Full Width Instagram Feed in Squarespace 7.1 // Squarespace CSS Tutorial

Just getting started with Squarespace CSS? Awesome! 😍 I want to teach you the basics – grab my free Getting Started Guide here 👉 https://insidethesquare.co/learn

🥳 Ready to launch ? Use the code PARTNER10 for 10% off (affiliate code): https://insidethesquare.co/partner10

💕 Love this free Square space tutorial? You can donate via Paypal to help support my YouTube Channel https://www.paypal.com/paypalme/insidethesquare

This tutorial is specifically for Squarespace 7.1 and won’t work for Squarespace 7 sites like Brine or Bedford. If you don’t know what version you are using, check out this quick tutorial to find out: https://www.youtube.com/watch?v=8VuRoRYMEZQ

In this tutorial, I will show you how to make your Instagram feed show up full width on your Squarespace 7.1 site. This is a super quick tutorial and just requires a little bit of CSS to remove that border on the left and right of the element. The code you need is below, be sure to watch the tutorial so you know how it works before you try it on your own site!

//–IG feed in the footer
#footer-sections .content-wrapper {padding-left:0!important; padding-right:0!important; overflow-x:hidden}

//—IG feed in a section: make sure you count the sections and update the number (3) to the right one for your site!
.page-section:nth-child(3) .content-wrapper {padding-left:0!important; padding-right:0!important; overflow-x:hidden}


🤩 Ready for more codes? The codes in this tutorial are just the beginning of all the cool things you can do with Custom CSS! When you’re ready to dive in and start customizing, you can use codes from my CSS Cheat Sheet. It has over 30 pages of code snippets and pro tips to help you get started. Download your copy 👉 https://InsideTheSquare.co/css

🥳 Ready to launch ? Use the code PARTNER10 for 10% off (affiliate code): https://insidethesquare.co/partner10

🙋 Need some help? Visit ​https://insidethesquare.co/code-help​ to see my current support options.

The term “Squarespace” is a trademark of Squarespace, Inc. This content is not affiliated with Squarespace, Inc. I just really love their platform ♥

#squarespace #squarespacecss #howto #customizesquarespace #css #squarespacetricks #squarespacehacks #squarespacetips

You May Also Like