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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To set the width for a column in all tables on that page, I recommend this code:

    .page-id-107 .tablepress .column-2 {
      width: 200px;
    }

    107 is the internal ID of this page in WordPress (you can see it in the address bar in the browser when editing the page). So, this example would change column 2 of all tables on that page.
    Just copy and adjust as necessary.

    Regards,
    Tobias

    Thread Starter krescanko

    (@krescanko)

    Hello,

    Thank you very much for your help. It solve my problem.

    Have a nice day.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple tables has different column width’ is closed to new replies.