Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • webexpertia Friend
    #198727

    Hi!
    I would like to create a pricing table with 4 columns or more. How I can do it?

    Thanks in advance for your help! 🙂

    fmfame Friend
    #538709

    Hi webexpertia,

    easiest way is only to add 4 columns (for example) by changing div class:
    from:
    <div class=”col col-md-4 no-padding”>

    change to:
    <div class=”col col-md-3 no-padding”>

    Example:
    <div class=”col col-md-3 no-padding”>
    <div class=”col-header text-center”>
    <h2>Personal</h2>
    <p>Perfect for your blog</p>
    </div>
    <div class=”col-body”>
    <ul>
    <li class=”row0 yes”>Unlimited bandwidth</li>
    <li class=”row1 yes”>Unlimited products</li>
    <li class=”row0 yes”>1 GB File storage</li>
    <li class=”row1 yes”>2.0% Transaction fee</li>
    <li class=”row0 yes”>Discount code engine</li>
    <li class=”row1 yes”>24×7 Phone support</li>
    <li class=”row0 no”>Gift cards</li>
    <li class=”row1 no”>Abandoned cart recovery</li>
    <li class=”row0 no”>Professional reports</li>
    <li class=”row1 no”>Advanced report builder</li>
    <li class=”row0″><span class=”big-number”><sup>$</sup>34<sup>.99</sup></span></li>
    </ul>
    </div>
    <div class=”col-footer text-center”>
    <a class=”btn btn-lg btn-default”>Sign up</a>
    </div>
    </div>

    webexpertia Friend
    #538733

    Thanks a lot!
    Solved! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  webexpertia 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum