Home Forums WoodMart support forum Change the size of Information Box section Reply To: Change the size of Information Box section

#296330

Hello,

I saw the screenshot you attached.

The Size of the infoboxes is set according to the content added to 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.

.home .woodmart-info-box {
    height: 165px;
}

Regards.
Xtemos Studios