• Resolved chissco

    (@chissco)


    Goodnight

    You can reduce the text size of all the tables and leave it centered.

    Automatic width of the column is possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To center and reduce the font size of all tables, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress thead th,
    .tablepress tbody td {
      font-size: 10px;
      text-align: center;
    }

    The column widths are already calculated automatically.

    Regards,
    Tobias

    Thread Starter chissco

    (@chissco)

    Thank you

    the columns do not adapt to the width of the text, it divides it into two lines

    another question.

    Is there a way to just filter out and search and only see the information of those filters?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

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

The topic ‘Font Size Table’ is closed to new replies.