Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #519083

    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!

    #519334

    Hi judes3011,

    I got a 404 page from the link you posted, could you check please?

    Best regards,
    Rikard

    #519912

    I’m so sorry! i played with it and then forgot i had changed it…new link is provided. cheers!

    #519921

    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

    #520352

    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;
    }

    #520549

    Hi,

    Great, glad we could help and thanks for sharing your solution :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Pricing table price row is too long’ is closed to new replies.