Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #515096

    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?

    #515318

    Hi mrijnders!

    Add this to your custom CSS.

    #program h3 {
        min-height: 60px;
    }

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.