• Resolved mathijsbok

    (@mathijsbok)


    Hello,

    i’m from holland and i have wp-table-reloaded.

    I have tried many things to change the width. The site is http://www.svdebatavier.nl/wp
    Mainscreen

    But he does anytime the width for automatic. This i typed in the custom CSS :

    ‘backticks’
    .wp-table-reloaded-id-1, .wp-table-reloaded-id-1 td, .wp-table-reloaded-id-1 th {
    border: none!important;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    width: 100%;
    }

    .wp-table-reloaded-id-1 .column-1 {
    width: 100px;
    }

    .wp-table-reloaded-id-1 .column-2 {
    width: 10px;
    }

    .wp-table-reloaded-id-1 .column-3 {
    width: 250px;
    }

    .wp-table-reloaded-id-1 .column-4 {
    width: 120px;
    }

    .wp-table-reloaded-id-1 .column-5 {
    width: 100px;
    }

    .wp-table-reloaded-id-1 .column-6 {
    width: 120px;
    }

    .wp-table-reloaded {

    font: Icon;
    border: 2px Solid ThreeDShadow;
    background: Window;
    color: #000000;
    border-collapse: collapse;
    }
    ‘backticks’

    And also in custom commands : “bAutoWidth”: false

    But it still not works. Please help me out.

    thankx

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘[Plugin: WP-Table Reloaded] Table width will not work’ is closed to new replies.