Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, to change the alignment of the text in for example a single column, you can add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 .column-3 {
      text-align: right;
    }

    Just adjust the table ID and column number as necessary.

    Regards,
    Tobias

    Thread Starter enquirer32

    (@enquirer32)

    Thanks.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    Regards,
    Tobias

    Thread Starter enquirer32

    (@enquirer32)

    I suppose this doesn’t work for rows – anyway I tried it and the class does not exist?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no, it does work for rows, but you’ll have to append the actual cell then:

    .tablepress-id-123 .row-3 td {
      text-align: right;
    }

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘css’ is closed to new replies.