Hey @ProductionMD1986,
Please keep the Legacy X Integration option enabled otherwise you’ll have layout issues. You can achieve this with custom CSS too, assign a class same-height-row
to your content band that contains those five columns, then add the following code in the Theme Options > CSS:
@media screen and (min-width: 980px) {
.same-height-row .x-container {
display: flex !important;
}
.same-height-row .vc-hoverbox-wrapper.vc-hoverbox-align--center,
.same-height-row .vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
height: 100%;
}
}
Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.
Hope this helps!