Drop shadows are cut off by page margins

bokehlover71bokehlover71 Registered Users Posts: 156 Major grins

I've managed to make a nice, small drop shadow on the thumbnails to make the pictures look more "3D". The only problem is that the drop shadows are cut off on each side of the page, and also on the top of each row of thumbnails. Here is the code I use:

.sm-gallery .sm-tile-content {
box-shadow: 1px 1px 5px #888888;
}

Is there a way to avoid this?

Comments

Sign In or Register to comment.