How to make a drop shadow to boxed layout ?
I can't help finding the way to make a dop shadow arround the boxed layout on my site :
[Links visible only for registered users]
I'd like to have the same shadow as this one :
[Links visible only for registered users]
Thank you very much
BR
Comments
you already got similar shadow on your site. But if you want to make it darker (more visible), please use the following css:
#Wrapper {box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) !important;
}
I'm probably a donckey!
Merci infiniment !