Set the row to equalize column heights. Then add this to the custom css main element of the column
display: flex;
flex-direction: column;
justify-content:center;
Code language: HTTP (http)Last updated:
Set the row to equalize column heights. Then add this to the custom css main element of the column
display: flex;
flex-direction: column;
justify-content:center;
Code language: HTTP (http)