Resizing Pricing Table and Featured Column

Hi, i have two questions hoping you could help:

  1. The pricing table height is not adjusting to the column info height. The enquire now button should be a few more lines down.
  2. How can I have a two liner in Featured Column Caption? Tried a
    in the featured column message but it didn’t accept HTML.

Thanks.

Hi There,

Thank you for writing in, 1) that is because you set a fixed height for your columns (see screenshot below), please increase that height or set that to auto to let your columns have a proper height.

  1. That was intentional so users wont accidentally mess up the table HTML markup, In CSS typically that can be solved by a pseudo-class ::first-word, unfortunately, that pseudo-class doesn’t exist. Try the JavaScripts that was provided here instead.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.