Home › Forums › WoodMart support forum › Information Height › Reply To: Information Height
September 4, 2024 at 2:02 pm
#595189

Hung Pham
Keymaster
Hi shweta,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-info-box :is(.info-box-subtitle:not(.subtitle-style-background),.info-box-title) {
min-height: 160px;
}
Regards