same heights information box
-
I want all columns to be the same height, matching the height of the tallest column.
Attachments:
You must be
logged in to view attached files.
Hi sohee7569,
Thanks for reaching to us.
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
Hi sohee7569,
Thanks for links.
By default, the height of info box will based on the length of content and no option to set fixed height. You can add custom class to Information box widget, like screenshot https://prnt.sc/1GxA-sC7mtU6
Then, add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.info-minheight .info-box-wrapper .wd-info-box{
min-height: 300px;
}
Regards,