Home Forums WoodMart support forum Info box : Same size Reply To: Info box : Same size

#356033

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .info-box-content{
	min-height: 268px;
	display:flex;
}
body .info-box-content .info-box-title {
	align-items:center!important;
	display:block;
}

Best Regards