It appears that my div containing an image has extra padding at the bottom for some unknown reason.
You can view the JSFiddle here: http://jsfiddle.net/KSs7V/
Any suggestions on how this padding might have been added and how to correct it?
CSS:
.artist-box {
width: 100%;
text-align: center;
position: relative;
display: inline-block;
}
.artist-pic {
height: 245px;
margin: 0;
/*box-shadow: 0 0 10px black;*/
}
#artist-wrap {
max-width: 1800px;
margin-top: 5px;
}
.indArtistBox {
display: inline-block;
margin-right: 10px;
position: relative;
border: 1px solid #000;
}