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.

    Here, you could use some “Custom CSS” on the “Plugin Options” screen, like

    .tablepress-id-123 .column-1 {
      text-align: left;
    }
    .tablepress-id-123 .column-2 {
      text-align: center;
    }
    .tablepress-id-123 .column-3 {
      text-align: right;
    }

    if you give the table the full width again.

    Regards,
    Tobias

    Thread Starter fbkadmin

    (@fbkadmin)

    Perfect! Thanks!! ??

    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 ‘Aligning columns’ is closed to new replies.