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

    Dear Kriesi,

    I am using a portfolio grid to display a row of 4 posts, with title and text excerpt (Case Studies on the website home page in private link below)

    Because the text excerpts are slightly different lengths, the 4 columns have uneven heights. Is there a way to fix all their heights to be the same, determined by the longest excerpt?

    Thanks and best wishes,
    Richard

    #847117

    Hey Richard,

    You can set a minimum height for all of them using CSS like this:

    .grid-content {
      min-height:400px !important;
    }

    You might need to change the value to find the perfect one.

    Best regards,
    Rikard

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