Tagged: Pricing Table, size
Hello!
the price row is too large on my site – the number is small, but there is a huge space underneath it. It there a way to fix this?
thanks!
Hi judes3011,
I got a 404 page from the link you posted, could you check please?
Best regards,
Rikard
I’m so sorry! i played with it and then forgot i had changed it…new link is provided. cheers!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li.avia-pricing-row {
min-height: auto;
}
Best regards,
Yigit
It worked! thanks so much! I included your code and now everything lines up perfectly – thanks again! This is by far the best theme and support team.
i used:
.pricing-table-wrap .avia-heading-row {
min-height: 68px;
}
.pricing-table li.avia-pricing-row { font-size: 31px; }
.pricing-table>li {
min-height: 328px;
}
li.avia-pricing-row {
min-height: auto;
}