Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    That’s possible with some CSS code, that needs to be entered into the “Custom CSS” textarea on the “Plugin Options” screen of TablePress,
    For example, this would make all three columns of table 123 the same width:

    .tablepress-id-123 td {
      width: 33%;
    }

    The table ID and the percentage value need to be adjusted of course.

    Regards,
    Tobias

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