• Resolved mariaviv

    (@mariaviv)


    Hello!

    First of all I would like to thank for the great plugin.

    I have a provlem with one table. Please check the table on mobile on ffmedia.ru.
    It doesnt suit the screen.
    All other tables work fine: http://ffmedia.ru/price.html

    Here are all css I used, That I found here on forum:
    .tablepress,
    .tablepress tr,
    .tablepress tbody td,
    .tablepress thead th,
    .tablepress tfoot th {
    border: 1px solid #cccccc !important;
    }

    @media (max-width: 768px) {

    .tablepress th,
    .tablepress td {
    font-size: 10px;
    }

    }

    .tablepress th,
    .tablepress td {
    text-align: center;
    }

    .tablepress-id-13,
    .tablepress-id-13 tr,
    .tablepress-id-13 tbody td,
    .tablepress-id-13 thead th,
    .tablepress-id-13 tfoot th {
    border: none !important;
    }

    What shall I do with that table?

    Thanks a lot!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress img {
      max-width: 100%;
    }

    Regards,
    Tobias

    Thread Starter mariaviv

    (@mariaviv)

    Great, perfect! Now it works perfectly!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One table doesnt work on mobile’ is closed to new replies.