Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #527762

    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?

    #527786

    Hi!

    Add this too:

    li.avia-heading-row {
        min-height: auto;
    }

    Best regards,
    Josue

    #527787

    That did the trick. Thank you very much!

    #527788

    You are welcome, glad to help :)

    Regards,
    Josue

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