Jump to content

Split Screen Layout on Mobile

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

You can consider adding 2 sections with first is background image, next is form, then we can give the code to make them side by side on desktop. And on mobile, the image will be always top.

--

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
9 hours ago, tuanphan said:

You can consider adding 2 sections with first is background image, next is form, then we can give the code to make them side by side on desktop. And on mobile, the image will be always top.

--

Sounds good! Let's try it 🙂 I've added two new sections to the page so go side by side.

Link to comment

First, increase Form Section Width. It is too small

Next, add this to Design > Custom CSS

/* Contact side by side */
@media screen and (min-width:768px) {
body#collection-6198f8a8d2e7a906da612f16 article section:nth-child(n+2) {
    width: 50% !important;
    float: left !important;
}
}

 

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
9 hours ago, tuanphan said:

First, increase Form Section Width. It is too small

Next, add this to Design > Custom CSS

/* Contact side by side */
@media screen and (min-width:768px) {
body#collection-6198f8a8d2e7a906da612f16 article section:nth-child(n+2) {
    width: 50% !important;
    float: left !important;
}
}

 

Perfect! Thank you so much!!

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.