Plugin Elementor: How to create boxes with the same height?

Currently Elementor still lacks a function that you can give several boxes next to each other the same height or that is oriented to the highest box.

Solution: With some CSS you can fix this problem. First you have to create another section within a section. This section can have e.g. three or four columns. In each column you position the desired content. The CSS class must then be assigned to the inner section.

.equal-height-content {
    height: 100%;
    display: flex;
}
Without cookies
This website does not use cookies or tracking. More information can be found in the privacy policy.