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

#594820

Hung Pham
Keymaster

Hi shweta,

Please let me to explain: Auto height option helps the height of items change automatically when sliding, not changing to fixed height.

If you want to set fixed height to slides, Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

.info-box-carousel-wrapper .wd-wpb {
    min-height: 314px;
} 

Regards,