Box shadow help for main image on homepage
ali22
Registered Users Posts: 2 Beginner grinner
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
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
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
.sm-tile-photo .sm-tile-content {
padding-bottom: 40px;
}
Support Hero and Customeister
http://www.smugmug.com/help
Ali