Home Forums WoodMart support forum Information Height Reply To: Information Height

#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