The table, at least for pricing, is not implemented to the same quality as the rest of Enfold. See example below. Each row should have the same column height as the maximum height in the row, similar to one of the edit options when editing column layout elements. Honestly it would probably look better to create a price table using the layout elements than this current feature.
Maybe it works better for tabular data?
Hey FactoryConcepts!
Your screenshot is not loading. Send us a link to your page and we’ll take a look.
If some of your cells are using 2 lines then you could try some CSS like so.
.pricing-table li { min-height: 65px !important; }
To make sure they are all the same height.
Best regards,
Elliott