Home Forums WoodMart support forum How to assign same height for multiple infobox on same row? Reply To: How to assign same height for multiple infobox on same row?

#363637

Hello,

The height of the infobox depends on the amount of content in it. You can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.home .info-box-wrapper {
    width: 255px;
}

It will increase the width of the infoboxes then the content in them will be equal.

Best Regards