0

Possible Duplicate:
Remove white space below image

I have this page HERE. All four boxes with the images (one long horizontal and 3 smaller ones at the bottom) all have empty space below the image and above the bottom border. If I make these boxes have a pixel height it goes away but I need to leave it at auto because its a responsive site (work in progress). I cannot figure out what I'm missing. Any suggestions would be great!

CSS is HERE

Thank You!!!

Community
  • 1
  • 1
Kim
  • 1,175
  • 2
  • 10
  • 21

1 Answers1

4

You can set the images inside those boxes to:

display: block

That should solve it.

PeeHaa
  • 71,436
  • 58
  • 190
  • 262