• Resolved electrokatze

    (@electrokatze)


    I changed the font size in CSS for all tables from 15px to 13px. But nothing changes. Full plugin’s CSS looks like this:

    .tablepress thead th,
    .tablepress tfoot th {
    background-color: #E8E8E8;
    color: #000000;
    font-size: 13px;
    }

    .tablepress tbody td {
    font-size: 13px;
    }

    .tablepress-id-N4 .column-1 {
    padding: 2px;
    }

    .tablepress-id-N39 .column-2 {
    width: 80px;
    }

    .tablepress-id-N52 .column-0 {
    overflow-wrap: break-word;
    max-width: 40px;
    }

    .tablepress-id-N52 .column-2 {
    min-width: 50px;
    }`

    • This topic was modified 3 years, 1 month ago by electrokatze.

    The page I need help with: [log in to see the link]

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.

    I’m not completely sure, but it looks like the “Make Tables Responsive” plugin that you are using is preventing the loading of the TablePress “Custom CSS” code.

    Regards,
    Tobias

    Thread Starter electrokatze

    (@electrokatze)

    @tobiasbg, Thanks for reply. I’m disabled “Make Tables Responsive” plugin, but anything did not changed (I tried to change the font size again). Moreover, the table is no more adaptive. Please help me.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ok, that plugin does indeed not seem to influence this. My guess is that the CSS caching plugin that you are using plays a role here. Can you please clear/flush your caching plugin’s CSS cache (it minifies and concatenates CSS code again and might not be picking up the changes that you made).

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The font size does not change in tables’ is closed to new replies.