oldegray Posted May 4, 2022 Share Posted May 4, 2022 Site URL: http://www.unionparlor.com Hello! I'm not sure what I'm doing wrong with the css for adding a border around the the entire image within the carousel. The top, right/left work just fine but the bottom border doesn't show up. Additionally, is there any way to make this carousel block span the entire width of the website? www.unionparlor.com pass= hair Thanks homies!!!! Link to comment
creedon Posted May 4, 2022 Share Posted May 4, 2022 (edited) Replace, make a copy somewhere, your code for this effect with the following. // uses LESS syntax .sqs-gallery-design-strip-slide { --border-width : 5px; border : var( --border-width ) solid black; border-left-width : calc( ~"var( --border-width ) / 2 + 0.1" ); border-right-width : calc( ~"var( --border-width ) / 2" ); box-sizing : border-box; } .sqs-gallery-design-strip-slide:first-child { border-left-width : var( --border-width ); } .sqs-gallery-design-strip-slide:last-child { border-right-width : var( --border-width ); } This is for v7.0. Let us know how it goes. Edited May 9, 2022 by creedon version 2 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
oldegray Posted May 8, 2022 Author Share Posted May 8, 2022 @creedon this site is built on 7.0 brine - how can I adapt? Link to comment
creedon Posted May 8, 2022 Share Posted May 8, 2022 You don't need to adapt I mislabeled the version the code was for. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
oldegray Posted May 9, 2022 Author Share Posted May 9, 2022 Strange, I'm getting an "operation on an invalid type" Link to comment
creedon Posted May 9, 2022 Share Posted May 9, 2022 Ah yes. The ancient version of LESS SS uses strikes again. I've updated my post to work around the issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
oldegray Posted May 9, 2022 Author Share Posted May 9, 2022 Thank you!!! That was the ticket. creedon 1 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