Home › Forums › WoodMart support forum › Info box : Same size › Reply To: Info box : Same size
February 25, 2022 at 3:29 pm
#356033
Elise Noromit
Member
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