I have the following DIV
#products { height: 102px; width: 84%; padding:5px; margin-bottom:8px; border
Set both to auto:
auto
height: auto; width: auto;
Making it:
#products { height: auto; width: auto; padding:5px; margin-bottom:8px; border: 1px solid #EFEFEF; }