Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Colspan problem Reply To: [Solved] Colspan problem

#176045
TheDutchCoder
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;
}