Dear Sirs,
I am using the pricing tabe in my site, as you can see in the link attached (Under Product Specifications).
The problem is that the text is not the same and it causes different height in each row.
This problem gets even bigger when I use a smartphone or tablet in a smaller resolution.
How can I fix the height for each row to be the same ?
Thanks in advance,
Roy Warshawski.
Hey Roywa!
It’s because some of the table cells are on two lines. You could give them all a minimum height of two lines by dragging a codeblock element to your page and adding this inside.
<style type = "text/css">
.pricing-table li { min-height: 65px !important; }
</style>
Best regards,
Elliott