Jump to content

Index sections side-by side Brine 7.0

Recommended Posts

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?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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?

Screen Shot 2022-02-22 at 11.38.54 am.png

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.