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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The best way for that should be to set the width of the first column for all tables on this page (which internally has the WordPress Post ID 248).
    For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .page-id-248 .tablepress .column-1 {
    	width: 50%;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘columns aligned’ is closed to new replies.