Presentation page columns are uneven

  • Author
    Posts
  • #13556
    thevocalgenie

    Hi, How can I adjust the stylesheet code so that my three columns are the same height? There are no extra carriage returns, I’m guessing the difference is in the css code.
    The pix are all the same size. The three columns are lined up horizontally at the top, but at the bottom are different heights. Thanks!

    #13557
    Jim

    Hi

    I think the following custom CSS will set the even height for you, but doesn’t bring the “click here…” down to the bottom in line also, so I suspect that would be extra investigation.

    .column-text {
    height: 100px;
    }

    Hope this helps a little.

    Jim…

    #13558
    thevocalgenie

    That fixed it, perfect! Thanks Jim. -Jeannie

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Presentation page columns are uneven’ is closed to new replies.