Jump to content

Horizontal and Vertical line

Go to solution Solved by Beyondspace,

Recommended Posts

  • Solution
2 hours ago, ishi_N said:

Site URL: https://www.theeverydayimproviser.com

Hi, I am new to Squarespace and am trying to figure out how I can do a full bleed horizontal line and a vertical line as seen in the mockup bellow. I would so appreciate any code based help in this area! Thank you!

Password: theeverydayimproviser

Web 1920 – 5.jpg

It seems that you add some spacer block on your site.

You can use the following codes in Home > Design > Custom Css to change the layout for a little bit

section[data-section-id="60af621883de860537e99bab"]  .content-wrapper {
  border-top: 1px solid #000;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

section[data-section-id="60af621883de860537e99bab"]  .content > .sqs-layout > .row:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

section[data-section-id="60af621883de860537e99bab"]  .content > .sqs-layout > .row:last-child:after {
  content: none !important;
}
section[data-section-id="60af621883de860537e99bab"]  .content > .sqs-layout > .row:last-child:before {
  content: none !important;
}

section[data-section-id="60af621883de860537e99bab"]  .content > .sqs-layout > .row:first-child {
  display: none;
}

section[data-section-id="60af621883de860537e99bab"]  .content > .sqs-layout > .row:last-child > .col:nth-child(2) {
  display: none;
}

section[data-section-id="60af621883de860537e99bab"]  .content > .sqs-layout > .row:last-child > .col {
  width: 100%;
}

section[data-section-id="60af621883de860537e99bab"]  .content > .sqs-layout > .row:last-child > .col:first-child {
  border-right: 1px solid #000;
}

.sqs-block-button-container--left {
  text-align: center;
}

 

Edited by bangank36

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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

My testing result

image.thumb.png.9f5a651e0d063ec15f9ff30ffc2bae70.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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

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.