Options

Box shadow help for main image on homepage

ali22ali22 Registered Users Posts: 2 Beginner grinner
edited December 12, 2013 in SmugMug Customization
Hi - I am using CSS to apply a box shadow to the thumbnails on my site, and I tried using it for the main image on my homepage. However, I'm only getting the shadow on the right side of the image - nothing at the bottom. I've tried increasing the bottom margin on content block, and it doesn't change anything.

Any suggestions? I'm completely new to using CSS and customizing my site, so advice is much appreciated!

Here's the CSS code I'm using:

/* Add 20 pixel border and drop shadow around the main photo */
.sm-user-ui .sm-image {
border: 20px solid #FFFFFF;
padding: 0px;
box-shadow: 20px 20px 19px #404040;

}

And my site is www.ali22.smugmug.com.


-Ali

Comments

Sign In or Register to comment.