Hi, I’d like to get the pricing table rows to be even, so I applied the css for min-height. However, the header row is using the min-height as well. It doesn’t need to be that tall, so how do I get it to have less height than the other rows?
Hi!
Add this too:
li.avia-heading-row {
min-height: auto;
}
Best regards,
Josue
That did the trick. Thank you very much!
You are welcome, glad to help :)
Regards,
Josue