Support » Plugin: TablePress - Tables in WordPress made easy » Change line break mode

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

    (@tobiasbg)

    Hi,

    thanks for your question.

    This is a little bit tricky, but you could try some “Custom CSS” to achieve this:

    .tablepress-id-123 {
    	width: 200px;
    	table-layout: fixed;
    }
    .tablepress-id-123 {
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    }

    Just paste that into the “Custom CSS” textarea on the “Plugin Options” screen of TablePress. Additionally, you might have to set the column widths of the table manually, with the CSS code that you can find in the TablePress FAQ at http://tablepress.org/faq/

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Change line break mode’ is closed to new replies.