Тёмный

Squarespace Split Screen Layout Tutorial // How To Create A Split Page Layout in Squarespace 7.1 

InsideTheSquare - Squarespace Tutorials
Подписаться 25 тыс.
Просмотров 15 тыс.
50% 1

Just getting started with Squarespace CSS? Awesome! 😍 I want to teach you the basics - grab my free Getting Started Guide here 👉 insidethesquare.co/learn
---
🥳 Ready to launch ? Use the code PARTNER10 for 10% off (affiliate code): insidethesquare.co/partner10
---
💕 Love this free Square space tutorial? You can donate via Paypal to help support my RU-vid Channel www.paypal.com/paypalme/insid...
---
Squarespace just released a brand new feature for page sections in version 7.1 called Section Divider. I created a NEW tutorial where you'll learn how to access these new design options and what your settings are. → • New Squarespace Featur...
---
This tutorial is for Squarespace 7.1 sites, not 7.0 sites like Brine or Bedford.
If you are using a Brine site, check out this tutorial for info on creating a split-screen layout on a single page: • Video
Aaaaaaand 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! insidethesquare.co/theme-fami...
---
This tutorial will show you how to create a split section layout in a 7.1 Squarespace website. We are going to create one that is an image on one half and text on the other, another version with a solid color, and a third version that lets you scroll thru a big amount of text on one site, often called a split page layout. A few important things to note before you copy and paste this into your own site:
+ There is more than one way to do this! This is just one approach of many because code is super customizable.
+ The codes I am using in the tutorial, and pasting below, reset the split layout options on mobile because a split-screen on a small device can get a little too “squished”. If you want it to stay half screen, remove the line that starts with @media…
+ I want to encourage you to play around with the percentages and other values! I recommend using vh (view height) vw (view width) and percentage to keep it responsive, but try any value type you want.
→ Want to see this code in action?
Check out a live example with more info at insidethesquare.co/71split
→ Don’t know the section id?
You can replace the [data section id"=”123456789”] part of the code with #page to isolate just the sections on the page, not footer sections.
@media only screen and (min-width: 768px){
#page .section-background {
width:50%!important;
margin-left:50%!important}
→ Have a lot of content?
Use this code to create a vertical scroll, showing the image at full screen height but allowing the user to scroll through the content.
@media only screen and (min-width: 768px){
[data-section-id=”123456789”]
.section-background {width:50%!important;
margin-left:50%!important;
overflow-y:hidden
}
[data-section-id=”123456789”]
.content-wrapper
{margin-left:50%;
height:100vh;
top:5px !important
}
→ Want to learn more about Squarespace 7.1?
Check out my free course all about it at insidethesquare.co/training
--
▸▸▸ Ready for more?
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 at InsideTheSquare.co/css
▸▸▸ Ready to be an expert?
Copy & pasting CSS is a great way to get started, but if you really want to level up your skills and write your own code, then you're ready for the Custom Code Academy. I created this course to teach you everything I know about CSS for Squarespace. Enrollment is open right now, and access lasts a lifetime. Join the academy today at CustomCodeAcademy.com
---
#squarespace #squarespacecss #howto #customizesquarespace #css #squarespacetricks #squarespacehacks
The term "Squarespace" is a trademark of Squarespace, Inc. I am not affiliated with Squarespace, Inc. I just really love their platform.

Опубликовано:

 

27 июл 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 72   
@InsideTheSquare
@InsideTheSquare Год назад
⚠ IMPORTANT CSS UPDATE ⚠ When logging into Squarespace, if you see the word "Website" at the top of your menu, you are using their new internal navigation! To edit the CSS of your Squarespace website, click on the word "Website" and scroll to the bottom of the list of pages. Here you'll see "Website Tools" - click on that option and select "Custom CSS" to open the CSS panel and add your code here. For more information, watch this tutorial: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-euJqHXs_L1M.html
@Digital.Done.Right.
@Digital.Done.Right. 6 месяцев назад
No wonder you have so many followers but deserve many more. You are a great teacher and communicator. This is me, in 2024 going back 3+ years watching a video of yours. I should bing the whole lot. Thanks Becca.
@InsideTheSquare
@InsideTheSquare 5 месяцев назад
Wow, thank you! I'm happy you like my style 🥰
@AshleyJeffersonAshleyJefferson
@AshleyJeffersonAshleyJefferson 3 года назад
Hey! Thanks so much for this tutorial. When you get the chance, can you please provide a tutorial for a split screen layout for just ONE section of a page? I'd like the top sections of my pages to be split screen. But not the subsequent sections that fall below it. Also, are you able to share EXACTLY how we can find the page ID? THANKS!!!!!!
@donnatapay923
@donnatapay923 4 года назад
Thank you so much! This is very helpful. can't wait for more tutorials.
@sierrafriesen
@sierrafriesen 3 года назад
Ugh you are just amazing! You've solved every problem I've ever had on Squarespace!
@karynvandam3292
@karynvandam3292 3 года назад
Your tutorials are awesome! Thank you so much 😊
@jordanlee8826
@jordanlee8826 3 года назад
You are a fantastic teacher, keep it up!
@EmmaCOW93
@EmmaCOW93 3 года назад
I can't believe this information was free 🤯 Thank you so much!
@InsideTheSquare
@InsideTheSquare 3 года назад
You're so welcome! Happy to help 😎
@shehnazIndia
@shehnazIndia 2 года назад
You have saved my life :) This is so good, I was looking so much everywhere and I found you so much easier than other, thank you
@InsideTheSquare
@InsideTheSquare 2 года назад
Yay - I am so happy I could help! 🥰
@ewelinaolechowska1804
@ewelinaolechowska1804 3 года назад
This is amazing - thank you for sharing !! How might one add a thin line / border to separate the two sections?
@antovico8716
@antovico8716 4 года назад
You are the best!!!!
@honestlyrealco
@honestlyrealco 2 года назад
Soooo good - thank you so much Becca!
@InsideTheSquare
@InsideTheSquare 2 года назад
Yay! So happy I could help 🥳
@kaansh86
@kaansh86 3 года назад
Hi Becca, great tutorial, thank you for sharing. Is it possible to have the image set to 'inset' rather than 'full bleed' here? I tried but it but it didn't quite work. It might need some of your code magic. Thanks ever so much.
@danielfinn110
@danielfinn110 3 года назад
Tutorial was great! Is there a way to force the image to maintain it's aspect ratio and scale up / down when resizing the browser? Or a way to target the content section to maintain the image aspect ratio?
@georgiamashford9894
@georgiamashford9894 3 года назад
Hi Rebecca! Thanks so much for the amazing video. I was wondering if theres extra CSS to have the image come before the text when looking on a mobile instead of the text on top? i love the split section on desktop but my copy is not readable on top of the image when viewing on mobile. Thanks!
@alysonvoges2757
@alysonvoges2757 3 года назад
Very helpful! Is there a way to do this if you have parallax enabled?
@EQuerryCo
@EQuerryCo 4 года назад
Could we apply the code for the scrollbar to an image? Again, you and your tutorials rock!
@mjdubarr
@mjdubarr 3 года назад
Great video! I was wondering, is there a way to slide/split a background image in half horizontally as you scroll? Not scroll horizontally to another image. One image split horizontally and slide to become a whole image.
@spidtrix
@spidtrix 3 года назад
Thank you! Great tutorial. Question: how do you split the layout for mobile so that the content is on top and the image on the bottom? Trying to avoid the text overlay over the image on mobile. Thanks!
@Halieschmidt
@Halieschmidt 3 года назад
I would love to know if this is possible too!
@3Niloc
@3Niloc 3 года назад
Thanks for the great tutorial! I'm having one issue with the code however which I can't figure out. In the content-wrapper section, whenever I specify the height to be 100% of the view height...it ignores this input every single time and therefor I have content being cut off in the wrapper. Do you have any suggestions?
@ltelpc
@ltelpc 3 года назад
Thanks for these tutorials! If your image moves to the left but the content/copy doesn't and remains in the middle, what did I do wrong?
@JenniferBoddam
@JenniferBoddam 3 года назад
are you able to put fixed text over the background image on the left while the right scrolls? and is there a way to hide the scroll bar for that? ideally Id love to have fixed text on the left while on the right images/text scroll by
@Badasschick999
@Badasschick999 4 года назад
Hi Becca, when you say that using code injection we'll have that css style only on that specific page do you mean it will only apply to the hero section? I'm trying to do a split layout only on the hero section and then keep the rest of the homepage "normal". How do I achieve this?
@garonhart3384
@garonhart3384 4 года назад
I can't type an email as fast as you type code! Impressive.
@InsideTheSquare
@InsideTheSquare 4 года назад
Hahaha - thanks Garon!! Totally one of my super powers 😎 I learned to type super fast thanks to Mavis Beacon, and spending waaaaaay too much time in in AOL/AIM & MSN chatrooms back in the 90s. When your trying to make a joke in a group chat, you gotta be quick! 😝
@nathitappan
@nathitappan 3 года назад
This is great! How complicated would it be to make the next sections down the same page to be split as well, maybe reversed? Thank you for teaching it so clearly!
@InsideTheSquare
@InsideTheSquare 3 года назад
Hey Nathalia! Glad you liked this one :) and your alternating sections is totally possible! Check out this page on my site for info on how to set that up using the nth-child pseudo element; sounds complicated but don't worry - I break it all down for ya: insidethesquare.co/71split
@lblue9932
@lblue9932 3 года назад
how would you alter this if you want the images to be what gets scrolled on the side, and the text to stay still
@mikeg4421
@mikeg4421 2 года назад
Awesome! Worked great thanks so much. The one question I had is when I select the mobile version of the site the text is still overlayed on the background. Is there a way to make the image on mobile at the top and the text below? Thank you
@InsideTheSquare
@InsideTheSquare 2 года назад
Hey there! Give this tutorial a try: insidethesquare.co/squarespace-tutorials/mobile-only
@hotlineoperator
@hotlineoperator 4 года назад
Nice, good info. I would like to create directory type of menu on the left side of page in part of pages about 20% and rest 80% for content. Side menu could be visible on wide screens and mobile it need to be hidden. I try to find if it can be made.
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey Catias! Sounds like a cool design for sure - have you looked at this older 7 template? Might be perfect for ya :) www.squarespace.com/templates/wells-demo
@arvinpaulllamido7636
@arvinpaulllamido7636 3 года назад
could i apply this effect for only a specific section?
@LukeVersaw
@LukeVersaw 4 месяца назад
@insidethesquare Love your videos! So helpful and so thorough 💛Do you have a tutorial that shows this, but also the ability to design both of the two sides? I want to have a heading accompanied with body text on each halves of the screen. Does that make sense? Hope you're well!
@InsideTheSquare
@InsideTheSquare 4 месяца назад
Glad my work is helping you with yours! :) If you are using a fluid engine section, you don't need code at all. You can create a split layout using blocks of images, text, and shapes! When you align content to the edge of the screen, it will stay connected to that edge when responsively resized, so you'll get a split until you reach any mobile layout changes you made. Hope that info helps and best of luck with your project!
@carlykewley1303
@carlykewley1303 4 года назад
This is awesome! I'm running into an issue for mobile though - it won't split it at all... it just has the text over the image. Any tips on how to fix it? I'm on 7.1
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey Carly! Yup - the codes I am using in the tutorial reset the split layout options on mobile because a split-screen on a small device can get a little too “squished” and can violate for accessibility standards. If you want it to stay half screen, remove the start of the code "@media only screen and (min-width: 768px){" and the final curly bracket too.
@4ngrym4n
@4ngrym4n 4 года назад
If you're teaching CSS, PLEASE, for the love of code, don't write in a continuous line - please break each declaration onto it's own line, this makes it so much easier for beginners to understand CSS and retain what you're teaching. Love your work, keep on rocking Rebecca!
@InsideTheSquare
@InsideTheSquare 4 года назад
You bring up such a great point 4ngrym4n!! I always get so excited to share what I know that I easily forget how overwhelming a GINORMOUS wall of text can be for beginners. The description for this video has it broken out, and I played with some bold options on the landing page too but I should probably stay in the habit of typing it that way in the tutorials too. Thanks for helping me keep it clear for all the new coders out there♥
@anawile3152
@anawile3152 4 года назад
The best teachers aren’t afraid to learn from others. Nice response.
@liabarry1756
@liabarry1756 4 года назад
Hi Becca! Love your tutorials. Can you please do more mobile-focused tutorials in the future? I'm really having a tough time with my Squarespace 7.1 site, using breakpoint code/media queries to adjust my mobile margins. I've watched your tutorials on adjusting the mobile banner image and resizing text, but I'm just not sure how to apply that to mobile margins. My content; text and buttons keep touching the very left side of my phone with no margin space on the sides at all. I've sent you an email and I'd really appreciate your help.
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey Lia - this is a great suggestion!! I'll definitely put more mobile specific content on my to-do list :) Oh, and I saw your email today - I replied with a quick fix for your margins; hope it does the trick ♥
@ashvaf6138
@ashvaf6138 3 года назад
Thank you so much! I am trying to change the background color on the opposite side of the image. I used the following code, but this treatment is also applied to the footer. Can you please advise? .page-section:nth-child(1){background-color:#4D5C42!important;} @media only screen and (min-width: 768px){ .page-section:nth-child(1) .section-background {width:50%!important; margin-left:50%!important}}
@InsideTheSquare
@InsideTheSquare 3 года назад
Hey Ash! Great question - add #page after the first style bracket to isolate just the page sections, like this: #page .page-sect...
@gaelinwalsh1208
@gaelinwalsh1208 3 года назад
@@InsideTheSquare This still wont work for me, Im getting a Syntax Error on the first line???
@gaelinwalsh1208
@gaelinwalsh1208 3 года назад
Nvm I figured it out!
@ashvaf6138
@ashvaf6138 3 года назад
@@InsideTheSquare thanks so much for getting back to me! Unfortunately when I did this, the background color that was opposite of the image (#4D5C42) was removed from the first section and the footer. Any other suggestions?
@shehnazIndia
@shehnazIndia 2 года назад
can anybody tell me where we use overflow-x and overflow-y?
@InsideTheSquare
@InsideTheSquare 2 года назад
All the code should go into your custom CSS; overflow-x controls how the page will respond to horizontal scrolling and overflow-y controls the vertical response; ex: overflow-y:scroll creates a scroll when the content is larger than a specified height. Check out the specific code examples at insidethesquare.co/71split
@bythao
@bythao 3 года назад
I've spent about 2 hours trying to do this. Don't know what I'm doing wrong ..I even created completely new page to try and copying you. Not sure what to do ... Help! (ps. I've used your codes before and haven't had a problem). Not sure what I'm doing wrong tonight.
@michaelb.hardiephotography2776
@michaelb.hardiephotography2776 2 года назад
Hey Becca, I got the code from your site and am using it on a section of my design. The split works, however, the code strips my color styling that I've applied for that section and no matter what I do I cannot change the color style of that section any longer. In this particular case, I had a color style set up to be a black background with white text. When I put the code in it forced the background to be yellow and the text white. When I click through the color styles for that section in Squarespace it changes nothing. Is this a bug that you are aware of? I would really appreciate any advice you could give me to correct this to where my color styles would work while using this method. Thanks so much!
@InsideTheSquare
@InsideTheSquare 2 года назад
Hey Michael! That’s the background color for your entire site - you’re seeing the page underneath the section background. Try adding #page {background-color: #000!important} to your code to set it to solid black or whatever color you want it to be! If that doesn’t fix it than feel free to submit a code help request insidethesquare.co/code-help
@michaelb.hardiephotography2776
@michaelb.hardiephotography2776 2 года назад
@@InsideTheSquare Thanks for your help!
@RachelG2017
@RachelG2017 3 года назад
Hi! I think there is no longer a content alignment of left...am I crazy or does everyone else see that too?
@juliettebecerra
@juliettebecerra Год назад
Hello, what is the code for the mobile display ? With this code, the text is displayed on the image. What is the code if we need the text to be BELOW the image, on mobile ? I used one found in youtube, it was working perfectly until today. I am struggling to have the text below the image. I sent you an email. Could you please help ? Many thanks!!
@InsideTheSquare
@InsideTheSquare Год назад
Great question! it depends on the settings you are using but I’d be happy to help you create the perfect code! Submit a code help request with more info: insidethesquare.co/code-help
@jamilgotcher365
@jamilgotcher365 7 месяцев назад
Can you help me? I created two horizontal lines (side by side) to create separate sections and now I don't remember how I did it. I'm on 7.0. I had watched someone's tutorial and now I can't remember who's tutorial it was. It wasn't how to create a vertical line but how do I create another horizontal line on the same plane.
@InsideTheSquare
@InsideTheSquare 6 месяцев назад
It's hard to say without looking at your site, but you probably added a line block and set them next to each other. Hop into edit mode and see if you can select the lines; you should see a blue line around them.
@jamilgotcher365
@jamilgotcher365 6 месяцев назад
@@InsideTheSquare Thank you for your reply, although I figured it out last week. I still need to do so much though. Today I realized that for some reason one of my forms, I had used my personal email instead of my business email. I only missed a couple of job opportunities before I figured out I wasn't getting any inquiries for my photography rates. I have no idea why my personal email was on that field of the form. I changed it today. It's always something lol
@InsideTheSquare
@InsideTheSquare Год назад
Squarespace just released a brand new feature for page sections in version 7.1 called Section Divider. I created a NEW tutorial where you'll learn how to access these new design options and what your settings are. → ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-VEmjqK_tj-w.html
@camipellegrini
@camipellegrini 2 года назад
How can I do the same in Squarespace 7.0?
@InsideTheSquare
@InsideTheSquare 2 года назад
Hey Camila! It all depends on what theme family you are using - there are many different names for this in version 7. Check out this article on my blog for more info: insidethesquare.co/theme
@camipellegrini
@camipellegrini 2 года назад
@@InsideTheSquare Thank you very much 😁
@hsamrai4516
@hsamrai4516 3 года назад
Hi, this did not work for me at all. Is there any reason for this?
@InsideTheSquare
@InsideTheSquare 3 года назад
It could be that you are using a different version of Squaresapce. This tutorial is for Squarespace 7.1 sites, not 7.0 sites like Brine or Bedford. If you are using a Brine site, check out this tutorial for info on creating a split-screen layout on a single page: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-f7cLdU3nNXI.html Aaaaaaand 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! insidethesquare.co/theme-families If you are *sure* you are using 7.1 then you can always submit a help request with more details; happy to hop into your site's source code to see what is causing the problem insidethesquare.co/code-help
@derekp13
@derekp13 2 года назад
Do you have a tutorial for split screen there it is this exact layout side by side? rather than text on one half and photo on the other?
@InsideTheSquare
@InsideTheSquare 2 года назад
Hey Derek! Sounds like you're looking for a flexbox. Chris Schwartz-Edmisten has a course on layouts that might help: courses.schwartz-edmisten.com/bundles/custom-layouts-in-squarespace
Далее
#kikakim
00:23
Просмотров 8 млн
FIX Squarespace's Fluid Engine Tablet Spacing Issue
11:00
Squarespace 5 Tips For Organizing Your Pages
12:14
Просмотров 7 тыс.
Make Blocks Sticky in Squarespace
10:35
Просмотров 4,6 тыс.
#kikakim
00:23
Просмотров 8 млн