Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #215580

    Hey,

    I hope all is well. When I create a pricing table using the Layout Builder, the rows do not align. Each cell is sized based on the content it contains and the columns are separated. If I switch to tabular data, the alignment works, but it doesn’t look as pretty. I assume this is a bug because I can’t imagine any scenario in which a table would behave like this, but please let me know if I’m doing something wrong….or how to fix…

    Thanks!

    #216588

    Hey kls1138!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

    #216609

    http://blog.bluepipes.com/advertising/

    please let me know when you’ve viewed it so I can change it back to table display….Thanks!!

    #216719

    Hey!

    You can specify a minimum height for the pricing list:

    .pricing-table li {
    min-height: 150px;
    }
    
    .avia-heading-row {
    min-height: 0 !important;
    }

    Cheers!
    Ismael

    #217249

    Sweet!! This worked…thanks!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Pricing Table Alignment’ is closed to new replies.