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!
Hey kls1138!
Can you post the link to your website so we can take a look?
Best regards,
Yigit
http://blog.bluepipes.com/advertising/
please let me know when you’ve viewed it so I can change it back to table display….Thanks!!
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
Sweet!! This worked…thanks!!!