Site logo

Archived topic

Masonry Blog box-shadow

1 reply · Started by terry gene on February 27, 2017

Viewing posts 1–2 of 2

Hi!
I 'inferred' the following from a 2015 response in this forum.
obviously, I'm getting it wrong.
I also would like to drop shadow widgets

Hi Terry,

So you are trying to add shadow to the each blog post?
If so try something like this:

.masonry-post.masonry-brick {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

You can adjust the attribute using this cool site: http://www.cssmatic.com/box-shadow

Let me know if this answers your question.

This archived topic is closed to new replies.