• Resolved cholewu

    (@cholewu)


    I try to add code in plugin-option:
    .tablepress-id-14 .row-1 {
    text-align: center;
    }
    But the code does not take effect, is there any way to solve it? Ask for help!

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Please try again with

    .tablepress-id-14 thead th {
      text-align: center;
    }

    if you want to center the content of the header row cells.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘How to to center text of combine cells(in a row) ?’ is closed to new replies.