CassieT15 Posted May 31 Posted May 31 (edited) Hi all! I've looked over all the other discussions and cannot find a css that works for my issue. I'm trying to add a plain black border to all images on my site. However, no matter which I plug in, it will not surround the entire image. This code only adds border to the left and the top: img { border: 2px solid black; } This code only adds border to the right and the left: .fluid-image-container.sqs-image-content { overflow: visible !important; border: 2px solid #f26522; } Thank you to anyone that has any input on how I can achieve a border all the way around! www.cassietrottier.com password: trottier Edited June 3 by CassieT15
tuanphan Posted May 31 Posted May 31 What is page url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
CassieT15 Posted May 31 Author Posted May 31 (edited) OOPS - www.cassietrottier.com Edited May 31 by CassieT15
tuanphan Posted June 1 Posted June 1 On 5/31/2024 at 2:46 PM, CassieT15 said: OOPS - www.cassietrottier.com Thank you. Trottier password is incorrect Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
CassieT15 Posted June 3 Author Posted June 3 My apologies. Forgot the lowercase 🤦🏼♀️ password: trottier
tuanphan Posted June 3 Posted June 3 4 hours ago, CassieT15 said: My apologies. Forgot the lowercase 🤦🏼♀️ password: trottier You can use this CSS code .sqs-image-content { border: 3px solid #f26522; } .content-fill img { top: 10px !important; left: 10px !important; width: calc(~"100% - 20px") !important; height: calc(~"100% - 20px") !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment