• Resolved perlingio

    (@perlingio)


    For all tables I use this code that center all word in the cells and It works well

    .tablepress tbody td,
    .tablepress thead th {
    font-family: Arial;
    font-size: 11px;
    padding: 8px;
    text-align: center;}

    NOW I WOULD THAT THE TEXT OF THE FIRST COLUMN IS LEFT

    THANKS A LOT

    https://wordpress.org/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For that, it should be enough to just add

    .tablepress .column-1 {
      text-align: left;
    }

    after what you have now.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Left text firstcolomn’ is closed to new replies.