Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Fro that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-8 {
      width: auto;
    }

    Regards,
    Tobias

    Thread Starter simplycharly

    (@simplycharly)

    Thank you, this worked. Do I have to add this CSS for similar cases for each ID? Or is there a global CSS solution?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, you would have to add this for each table ID for which you want this individually.

    You could of course make this the default for all tables, by using

    .tablepress {
      width: auto;
    }

    at the beginning of your “Custom CSS”. If so, you’d have to “revert” this change for individual tables for which you don’t want these narrow width, by then using

    .tablepress-id-123 {
      width: 100%;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Column Spacing’ is closed to new replies.