bobbins_and_barbells Posted May 5, 2023 Posted May 5, 2023 I am trying to add a box shadow to the images on an about page. I know I am targeting the correct thing because I can see the change. However, any CSS I try to use only applies to the top and left of the images. I have tried adjusting the margins. I tried adding an overflow property, although I'm not sure I applied that to the appropriate container. Here is just some code I added to show that it isn't working properly. I know it's not the box shadow code that I want. section[data-section-id="642c3ce4e86c3179098b0e41"] img { border: 5px solid var(--lime); }
tuanphan Posted May 8, 2023 Posted May 8, 2023 Hi, Can you share link to this page? We can check easier 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!)
bobbins_and_barbells Posted May 8, 2023 Author Posted May 8, 2023 https://www.localslivemusic.com/about-us Sorry. I thought I had included it.
tuanphan Posted May 9, 2023 Posted May 9, 2023 On 5/8/2023 at 9:37 PM, bobbins_and_barbells said: https://www.localslivemusic.com/about-us Sorry. I thought I had included it. Use this code instead section[data-section-id="642c3ce4e86c3179098b0e41"] .sqs-image-content { border: 5px solid var(--lime); } 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!)
bobbins_and_barbells Posted May 9, 2023 Author Posted May 9, 2023 Well that sort of worked. Some images it's only showing the border on the left and right. Some images it's showing on three sides. I tried adjusting the margins with no success.
tuanphan Posted May 11, 2023 Posted May 11, 2023 On 5/10/2023 at 3:04 AM, bobbins_and_barbells said: Well that sort of worked. Some images it's only showing the border on the left and right. Some images it's showing on three sides. I tried adjusting the margins with no success. Can you add & keep the code? I can check it again easier 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