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.

    This wrong alignment is caused by the HTML <center> tags that you are using in the header row. You should not use those, and instead center your table header cells using “Custom CSS” code on the “Plugin Options” screen like

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

    Regarding the background color: The light blue is the TablePress default. To change it, please use the approach from https://tablepress.org/faq/change-background-color-table-head-row/

    Regards,
    Tobias

    Thread Starter Sir Blackbeard

    (@sir-blackbeard)

    Thanks, Tobias, you’re awesome!

    By the way, is it better to write custom CSS for Tablepress in my theme options or in the Plugin options?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    I recommend to put the “Custom CSS” for TablePress in the “Plugin Options” of TablePress. That way, you will have everything regarding TablePress in one place, and the dependencies will be correct (first the TablePress default CSS and then your “Custom CSS”).

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2 questions regarding the collapse mode’ is closed to new replies.