Creating A Three Column Footer Layout in Squarespace 7 – Brine Tutorial // Squarespace CSS

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 Brine theme templates in Squarespace 7.
If you are using 7.1, check out this tutorial: https://youtu.be/RQOVwrFmFyw
If you don’t know what version you are using, find out in my blog post here: https://insidethesquare.co/theme-families

In this tutorial, I will show you how to create a three column footer layout in a Brine theme Squarespace site. We are going to use what’s known as a flexbox to stack these side by side, BUT we are also going to reset the layout on mobile so they will stack on top of each other because on a tiny screen, three columns can get pretty darn scrunched!

The codes you need are below, but make sure you watch the tutorial so you know how to use them!

.Footer-inner {display: flex!important;}
.Footer-blocks–top, .Footer-blocks–middle, .Footer-blocks–bottom
{flex: 1!important; display: flex!important; flex-flow: row nowrap!important; justify-content: center!important;}
@media only screen and (max-width:950px){.Footer-inner {display: inline;}}


🤩 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