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

    Hi Guys,

    I just made a pricing table on my website. One problem. The alignment of the discription column doesn’t match with the default and highlighted column.

    Thanks!

    #400609

    Hey BlueSuites!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:

    
    .pricing-table li.avia-pricing-row {
        height: 160px !important;
    }
    

    To limit it to the given page:

    
    .page-id-994 .pricing-table li.avia-pricing-row {
        height: 160px !important;
    }
    

    Cheers!
    Günter

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