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

    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.

    #480861

    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

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