sydko Posted December 1, 2023 Share Posted December 1, 2023 I want to achieve this look and since I haven't seen it defaulted on any of the Squarespace templates, I'm assuming it needs to be done with code. How do I make it so there is a split screen on the homepage and the photos show through the navigation bar. Thanks! Link to comment
Web_Solutions Posted December 1, 2023 Share Posted December 1, 2023 53 minutes ago, sydko said: I want to achieve this look and since I haven't seen it defaulted on any of the Squarespace templates, I'm assuming it needs to be done with code. How do I make it so there is a split screen on the homepage and the photos show through the navigation bar. Thanks! Can you share your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
sydko Posted December 3, 2023 Author Share Posted December 3, 2023 www.sydkowalski.com vk2020 1 Link to comment
tuanphan Posted December 5, 2023 Share Posted December 5, 2023 You can add 2 sections, then share page url, we can give code to make it side by side + blend under header or you can also use this plugin to add side by side sections https://www.will-myers.com/products/p/split-screen-layout-design-pack Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
sydko Posted December 5, 2023 Author Share Posted December 5, 2023 I made the 2 sections ontop one another. https://www.sydkowalski.com/. What is the code to make it side by side + blend under header? Link to comment
Solution tuanphan Posted December 7, 2023 Solution Share Posted December 7, 2023 On 12/6/2023 at 1:45 AM, sydko said: I made the 2 sections ontop one another. https://www.sydkowalski.com/. What is the code to make it side by side + blend under header? Add this code to Website Tools (under Not Linked) > Custom CSS /* side by side sections */ @media screen and (min-width:768px) { [data-section-id="656f6f96b513680b193a253f"], [data-section-id="656f6f96b513680b193a253f"]+section { width: 50% !important; float: left !important; } [data-section-id="656f6f96b513680b193a253f"]+section+section { clear: left !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment