Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bojan85

    (@bojan85)

    figured it out just edit #pricing-table { on the plugin editor.

    Please help me I dont see this!

    rpvp

    (@rpvp)

    I had a similar issue on the green template. I found it in the file:

    pricing-table/tpls/price_table-green.php

    It’s defaulted to:

    <div id="shaon-pricing-table">
    <div class="pricing-table"  style="margin-bottom: 80px;" >

    I changed it to 40px and reduced by half and I’m happy with it. Even though it says, “margin-bottom” it does control the top.

    Thanks, rpvp! I’m using the gray theme and went into

    pricing-table/tpls/price_table-gray.php, changed the following code (right at the top of the file) from

    #pricing-table {
    margin: 100px auto 50px auto;
    text-align: center;
    width: 892px; /* total computed width = 222 x 3 + 226 */
    }

    to

    #pricing-table {
    margin: 30px auto 50px auto;
    text-align: center;
    width: 892px; /* total computed width = 222 x 3 + 226 */
    }

    Looks perfect now!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the gap above the table?’ is closed to new replies.