Nondys Posted January 10 Posted January 10 How do I create double borders for this image shape on Desktop and Mobile? See mockup image example attached for reference. https://hawaiiadventureportraits.squarespace.com/ Password: hawaii Here is the CSS I have so far but I can't figure it out. If someone could help me that would be wonderful! 🙏🏻 section[data-section-id="659cedc2f4549d78dea30dda"] { .fluid-image-container.sqs-image-content { border: 2px solid @gold !important; overflow:visible!imporant; padding: 0% !important; } }
Web_Solutions Posted January 10 Posted January 10 3 minutes ago, Nondys said: How do I create double borders for this image shape on Desktop and Mobile? See mockup image example attached for reference. https://hawaiiadventureportraits.squarespace.com/ Password: hawaii Here is the CSS I have so far but I can't figure it out. If someone could help me that would be wonderful! 🙏🏻 section[data-section-id="659cedc2f4549d78dea30dda"] { .fluid-image-container.sqs-image-content { border: 2px solid @gold !important; overflow:visible!imporant; padding: 0% !important; } } Replace the code with the code below. section[data-section-id="659cedc2f4549d78dea30dda"] { .fluid-image-container.sqs-image-content { border: 7px double #817156 !important; padding: 0% !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Nondys Posted January 10 Author Posted January 10 Thank you so much @Web_Solutions!!! Is there a way to make the spacing between the double borders a little bigger so the offset borders are a little further from the border around the images? Thank you in advance ☺️
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment