Home › Forums › CSS › [Solved] Colspan problem › Reply To: [Solved] Colspan problem
July 21, 2014 at 10:14 am
#176045
Participant
That’s a decent solution, just make sure the images are a fixed dimension, otherwise it will break the layout ;-)
An easy way to do that:
.product_float img {
width: 90px;
height: 90px;
}