Hi,


On my product listing page i have added a more info and alspo have a buy now button, but on some images that are a little smaller in height the more info button is moving to the left, is the a style i can use to keep it to the right.

I am using image handler Rev 8 and i have tried changing setting but cannot get it to do right, i know i could give these images more white space but would rather insert a style to correct the issue.

My css -

.listingProductImage {
float:left;
margin-left:5px;
margin-right:5px;
margin-bottom:10px;
margin-top:2px;
padding-bottom:10px;
padding-right:5px;
}

Zen Cart Version 1.3.9f


Thanks Che