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

    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!

    #765944

    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

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