Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter teachertrainer

    (@teachertrainer)

    I have added this to the custom css code:
    .wp-table-reloaded-id-3 .column-A {
    width: 25px;}

    Nothing is changing.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question. In the CSS, columns are indexed numerically, so you will need to use .column-1 instead of .column-A.
    More a complete example, please take a look at the FAQ page, where you will find your question answered: tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/

    Regards,
    Tobias

    Thread Starter teachertrainer

    (@teachertrainer)

    I did try it with the 1 and it didn’t work. That’s why I switched to the A.

    Thread Starter teachertrainer

    (@teachertrainer)

    Switched it back to .wp-table-reloaded-id-3 .column-1 {width: 25px;} and no luck.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    please also try turning of the DataTables library for that table, by unchecking the “Use JavaScript library” checkbox for that table on its “Edit” screen.
    Also, 25px might be a little bit too small for the resize to take place, so you might try working with percentage values, like 20% instead.

    Regards,
    Tobias

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

The topic ‘WP-Table Reloaded: Changing column width’ is closed to new replies.