• I have a problem with my table. I want to have the 2nd column wider, and the 4th and 5th a little bit smaller. I’ve tried this code:

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

    But then of course edited to the right numbers and stuff. However, that doesn’t work at all… What’s the solution?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    could you please post the URL to the page with the table, so that I can take a direct look at it and find out what’s wrong?

    Thanks!
    Tobias

    Thread Starter BassAgent

    (@bassagent)

    Oh, right, sorry, forgot that.
    http://www.hidderoorda.nl/?page_id=99

    Hi,

    thanks for the link.

    Likely, you don’t really need to change the column widths, you just need to change the inner padding (white space) in the table. Your theme uses a large default value for this, so that the column are kind of wide.

    Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded:

    .wp-table-reloaded th,
    .wp-table-reloaded td {
      padding: 4px!important;
    }

    Best wishes,
    Tobias

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

The topic ‘Column width’ is closed to new replies.