Tagged: enfold, portfolio grid
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
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!
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
Thanks Ismael for the suggestion!!