I need to be able to force a single cell in my table to be a specifiic height. Assuming I have debug mode turned on, is there any way to force a cell, or perhaps an entire row, to conform to a specified height?
Hey Kevin!
Thank you for using Enfold.
Unfortunately, it’s not possible to specify a specific height for the tables cells. The height will automatically expand determined by the cell content. You can apply a minimum height though:
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), .main_color table caption, .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd) {
min-height: 50px;
}
Regards,
Ismael