What quick CSS can I use to make the Prices Row Smaller? I just want it to fit nicer on the page.
In Quick CSS I am currently using
.pricing-table li.avia-pricing-row { font-size: 18px; }
.pricing-table.avia-highlight-col .first-table-item { font-size: 16px; }
Thanks!
Hey djchrisaustin,
You can add this to quick css and adjust the 5 to whatever you need.:
li.avia-pricing-row{
padding:5px 0 !important;
}
Best regards,
Jordan Shannon