Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1397025

    Hi, I have a portfolio grid on 2 columns that doesn’t align vertically in a proper way when the title is quite long and takes two lines.
    You can see the problem here
    https://sharkrayareas.org/resources/isra-factsheets/?avia-element-paging=3

    Do you have any suggestion? I would like that if one column has the title on two lines, the column besides take the same height of the first one. I did something similar with the flex-columns in the past, but I don’t find the way to apply the same to the grid columns
    Thanks

    #1397028

    Just found a quick solution by adding
    .grid-content {
    height:80px;
    }

    Maybe there’s something better to do. If you have further suggestions please go ahead!

    #1397078

    Hi,

    Glad to know that you’ve found a working solution. You can replace the height property with min-height so that the content container is not restricted to a certain height and can still adjust when the title needs to break into another line.

    Best regards,
    Ismael

    #1397117

    Thanks Ismael for the suggestion!!

    #1397249

    Hi,

    No problem. Please let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

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