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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Do you mean that you want the text be right-aligned? For that, you can use this CSS code on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 th,
    .tablepress-id-123 td {
      text-align: right;
    }

    Just change the table ID as necessary.

    Regards,
    Tobias

    Thread Starter Zemil

    (@zemil)

    No, the table on the right
    Is it possible?

    sorry for my english(

    Thread Starter Zemil

    (@zemil)

    I reduced the width of the table and now need to make it to the right

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the explanation. For that, then please try

    .tablepress-id-123 {
      float: right;
    }

    with the desired table ID.

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make a table to the right’ is closed to new replies.