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.

    To change the text color for all tables, just add this to the “Custom CSS”:

    .tablepress th,
    .tablepress td {
      color: #222222;
    }

    For making the column width equal, you’ll have to set it for each table individually and calculate the width for each column according to the number of columns. For that table, you would use

    .tablepress-id-3 th,
    .tablepress-id-3 td {
      width: 33%;
    }

    Regards,
    Tobias

    Thread Starter BissWordpress

    (@bisswordpress)

    Thanks a lot.

    I see the colours have changed but the width didn’t.

    http://www.f1zone.net/news/lotus-only-team-to-miss-jerez-test/21744/

    I applied the same CSS with no changes.

    I purged my cache and I still them not equal.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    this is working fine from what I can see. In the table below “2014 car launches”, all cells have a width of 215px, which equals those 33%.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Same width and change colours’ is closed to new replies.