Same height masonry grid excerpt

Hi can you help me with a css code I can add in the customizer to have all the columns in the grid the same height?
https://oztudy.com.au/

Hi @BeautifulMarketing,

Please check this thread first:

The following CSS can be added as page level CSS:

.vc_gitem-zone {
    min-height: 400px;
}

Adjust the value as intended. Note this is a fix and not an intended solution. It might not work in the future. Thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.