Home Forums WoodMart support forum Min height to info-box-wrapper Reply To: Min height to info-box-wrapper

#297279

Hello,

The Size of the infoboxes are set according to the content added in it.

Therefore to make them of the same size Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-info-box {
    height: 320px;
}

Regards.
Xtemos Studios