• Resolved gaspar21

    (@gaspar21)


    I put this code in plug in but for mobile version it doesn’t change font size

    @media screen and (max-width: 1150px) {
    .tablepress th,
    .tablepress td {
    font-size: 10px !important;
    }
    }

    .tablepress-id-2 tbody td {
    font-size: 10px !important;
    }

    .tablepress-table-name {
    font-size: 10px !important;
    margin-bottom: 0;
    }

    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!

    It looks like you’ll just need to flush the cache of your optimization plugin. It’s creating another copy of the TablePress CSS file in the cache folder, but did not update it.

    Regards,
    Tobias

    Thread Starter gaspar21

    (@gaspar21)

    thank you very much for your fast respond.

    do you maybe know how can I flush cache of optimization plug in for tablepress?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    I’m not really sure what you mean. This is a separate caching plugin and has nothing to do with TablePress.

    (TablePress normally flushes the caches of common optimization plugins, I’m not sure why your is not being flushed. I suggest to do that manually, somewhere in the plugin’s settings.)

    Best wishes,
    Tobias

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

The topic ‘Mobile font size’ is closed to new replies.