Reply To: image padding issue

Bring Your Business to LifeSupportImage Storeimage padding issueReply To: image padding issue

#51600
Xpark Media
Keymaster

The problems is that your thumbnails are all different sizes, add this code to your theme’s styles.css file. Note this this may have problems with older browsers.

div#ims-mainbox .ims-img {
display: -moz-inline-box; 
display: inline-block;
vertical-align: middle;
float: none;
}