Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author fatcatapps

    (@fatcatapps)

    Thanks HG,
    To modify the row height you can try adding the below CSS into your Pricing table > Design > Custom CSS

    div.ptp-item-container div{
    max-height:20px!important;
    }

    Cheers

    Thread Starter huntergatherer

    (@huntergatherer)

    Thanks,

    That seems to work but moves the location of the button block on the bottom out of the matrix of the table.

    On this site I don’t need the buttons. Is there a way to remove those completely?

    HG

    Plugin Author fatcatapps

    (@fatcatapps)

    Yes – you can remove the buttons by adding the below css into your Pricing table’s custom css section.

    .ptp-cta{display:none!important;}

    Cheers,
    Rashaan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cell and Row height’ is closed to new replies.