Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #311516

    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?

    #311644

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.