Home › Forums › WoodMart support forum › Theme setting › Reply To: Theme setting
March 7, 2018 at 7:36 pm
#44531
Artem Temos
Keymaster
Try to set a minimum height for all info boxes with the following CSS code
.woodmart-info-box.box-shadow {
min-height: 250px;
}