Hi Guys,
I just made a pricing table on my website. One problem. The alignment of the discription column doesn’t match with the default and highlighted column.
Thanks!
Hey BlueSuites!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:
.pricing-table li.avia-pricing-row {
height: 160px !important;
}
To limit it to the given page:
.page-id-994 .pricing-table li.avia-pricing-row {
height: 160px !important;
}
Cheers!
Günter