Vyacheslav Loginov
Vyacheslav Loginov

Reputation: 3216

Bug with column height

I have css bug, but can't figure out how to avoid it

http://acrilit.com.ua/page.php?id=13

I'll try

max-height

it doesn't work

Upvotes: 0

Views: 32

Answers (2)

silviagreen
silviagreen

Reputation: 1729

It is due to the different height and width of two images; if all the images have he same height and width, the issue becomes solved.

.light-dropshaddow {
  width: 270px;
  height: 202px;
}

Upvotes: 1

David Genger
David Genger

Reputation: 915

You have to add a height to the image not a max-height so every thing is the same height and then it will be able to align itself correctly

Upvotes: 0

Related Questions