Hi,
I have 4 1/4 sections next to eachother. Each section contains a special heading and an image. All the headings are on two lines except for one, wich is on one line. The image beneath that heading is not shown at the same height as the other images. How can I fix that?
Hi mrijnders!
Add this to your custom CSS.
#program h3 {
min-height: 60px;
}
Cheers!
Elliott