Site logo

Archived topic

Fit the box shadow around an image

3 replies · Started by Oliver on August 20, 2021

Viewing posts 1–4 of 4

Hi there,

the portrait-luther-walking class gets added to the image container, so you need to adjust your CSS to target the img inside it like so:

.portrait-luther-walking img {
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

Thanks David!

You're welcome

This archived topic is closed to new replies.