Viewing 1 replies (of 1 total)
  • mbrsolution

    (@mbrsolution)

    Hi you can change the following css settings. Take a close look at 892px, that is what you want to change.

    #pricing-table {
        margin: 15px auto 50px;
        text-align: center;
        width: 892px;
    }

    However if you are going to add another table in the same post/ page or website and it contains more than 3 columns the above changes will probably affect the outcome. So you might have to create a special css class. So that you can have more than 2 tables with different number of columns without affecting each other.

    Kind regards

Viewing 1 replies (of 1 total)
  • The topic ‘Conform Table to Columns’ is closed to new replies.