Height of the class picture

sylvainman / 2012-12-13 01:09:28   

Hi Indexhibiters,

I have applied a shadow in css to my pictures with this code in format.horizontal.php line 448 :
'code'#img-container .picture { float: left; box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.3); }'code'

But we can see the drop shadow in not flush with the bottom of the image, there's always 5 px more.
I don't find how to fix this. Could somebody help me ?
Here is my url : s.ylva.in

Thank you

sylvainman / 2012-12-13 01:11:15   

I never understand how to correctly insert code...

And by the way, here is a direct link to a page where you can see pictures : s.ylva.in/les-rendez-vous-du-cinema-quebecois/

arsondpi / 2012-12-13 07:14:32   

try applying the drop shadow effect to

  1. #img-container .picture img { box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.3); }

* to use code tags type: < code >code goes here without the spaces inside the less and greater than symbols. Also do need leave empty line breaks inbetween code.

sylvainman / 2012-12-13 14:27:47   

Thanks a lot it works perfectly.

This thread has been closed, thank you.