Elle_H Posted February 17, 2022 Share Posted February 17, 2022 Site URL: https://fuchsia-asparagus-gb65.squarespace.com/ Id like to put the second section of the home page to the right of the first section on desktop view. so that it is a 60/40 split. Any help would be greatly appreciated as ive searched everywhere for this code Thank you website example: https://fuchsia-asparagus-gb65.squarespace.com/ password: example Beyondspace 1 Link to comment
Beyondspace Posted February 17, 2022 Share Posted February 17, 2022 2 hours ago, Elle_H said: Site URL: https://fuchsia-asparagus-gb65.squarespace.com/ Id like to put the second section of the home page to the right of the first section on desktop view. so that it is a 60/40 split. Any help would be greatly appreciated as ive searched everywhere for this code Thank you website example: https://fuchsia-asparagus-gb65.squarespace.com/ password: example Can you share some desired result you want to achieve? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Elle_H Posted February 18, 2022 Author Share Posted February 18, 2022 19 hours ago, bangank36 said: Can you share some desired result you want to achieve? sure, www.augustbitters.com home page has an image then to thr right has text over colour but its an index page that are actually two seperate sections. So when on a mobile device, these stack Link to comment
tuanphan Posted February 21, 2022 Share Posted February 21, 2022 On 2/17/2022 at 9:28 AM, Elle_H said: Site URL: https://fuchsia-asparagus-gb65.squarespace.com/ Id like to put the second section of the home page to the right of the first section on desktop view. so that it is a 60/40 split. Any help would be greatly appreciated as ive searched everywhere for this code Thank you website example: https://fuchsia-asparagus-gb65.squarespace.com/ password: example 2 options to do this #1. Add this to Design > Custom CSS /* sections side by side */ @media screen and (min-width:901px) { section#welcome-home { width: 60% !important; float: left !important; height: 100vh !important; } section#home-quote-1 { width: 40% !important; float: left; height: 100vh; } } Option 2. Use Split Layout plugin Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Elle_H Posted February 22, 2022 Author Share Posted February 22, 2022 16 hours ago, tuanphan said: 2 options to do this #1. Add this to Design > Custom CSS /* sections side by side */ @media screen and (min-width:901px) { section#welcome-home { width: 60% !important; float: left !important; height: 100vh !important; } section#home-quote-1 { width: 40% !important; float: left; height: 100vh; } } Option 2. Use Split Layout plugin Thank you, option one kind of worked. The third section has stuck to the second and moved to 40% right width too? Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 On 2/22/2022 at 8:40 AM, Elle_H said: Thank you, option one kind of worked. The third section has stuck to the second and moved to 40% right width too? The site url doesn't exist. Can you check it again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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