How create a floating newsletter – Brine theme Squarespace Sites // 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 for Squarespace 7.0 sites built on the **Brine** theme template.
And if you have no idea what that means, read up on what version you are using in this article, because it makes a big difference in which codes will work for you! https://insidethesquare.co/theme-families
Using the latest version, 7.1? Use this tutorial instead: https://youtu.be/oO228i9RuTs
Using Bedford? Check out this tutorial instead: https://youtu.be/5B_N8iHLBDM

β€”
In this Squarespace CSS tutorial, I want to show you how a little bit of custom code can pull a newsletter block between two index pages in a Brine Squarespace website. A few important things to note:
+ There is more than one way to do this! This is just one approach of many because code is super customizable.
+ You need at least two index pages to make this work.
+ You need to customize the size and placement values in this code. I recommend sticking with vw (view width) vh (view height) and percentages so the design stays responsive.
+ You can add borders shadows and more to the newsletter block to customize it! A few of the codes are below but I want to encourage you to get creative here.

Here are the codes from the tutorial:
//–Create the floating newsletter
.newsletter-block{margin-top:-20vh; background:#FFF; margin-bottom: 50px;} .Index-page{overflow:visible}

//– Add a border
.newsletter-block{margin-top:-20vh; background:#FFF; margin-bottom: 50px; border: 1px solid #50bdb8;} .Index-page{overflow:visible}

//– Add a drop shadow
.newsletter-block{margin-top:-20vh; background:#FFF; margin-bottom: 50px;border: 1px solid #50bdb8; box-shadow: 5px 5px 20px rgba(0,0,0,0.25} .Index-page{overflow:visible}

β€”
🀩 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