ishi_N Posted November 22, 2021 Share Posted November 22, 2021 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 Link to comment
Solution Beyondspace Posted November 22, 2021 Solution Share Posted November 22, 2021 (edited) 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 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 November 22, 2021 by bangank36 tuanphan 1 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
Beyondspace Posted November 22, 2021 Share Posted November 22, 2021 My testing result ishi_N 1 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
ishi_N Posted November 24, 2021 Author Share Posted November 24, 2021 @bangank36 Thank you SO much!!! That was amazing! You're knowledge blows my mind, 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