Viewing 1 replies (of 1 total)
  • Currently, you have to do it by yourself by tweaking CSS. I am giving you some idea, try to do that. At first open your theme’s style.css file and follow the below tricks:

    1. To increase the height of features add the following code in style.css file:
      div.wrc_pricing_table div.package_caption li.feature_style_3 {
          height: 60px;
          line-height: 60px;
      }

      adjust the height and line height with your choice.

    2. Also add the following code in style.css file:
      div.wrc_pricing_table div.package_caption li.feature_style_3 span.caption {
          line-height: normal;
          display: inline-block;
      }
    3. You can also set the width of caption column by Disabling Auto Column Width under General Settings.

    Hopefully, you can solve your problems.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrap feature text to multiple lines?’ is closed to new replies.