Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Using the Extension for a table with images will not really work. The Extension is only good for tables with text.

    For this table, I therefore suggest a different way: Just let the images shrink on small screen. For that, please remove the Shortcode parameter again and add this “Custom CSS” to the “Plugin Options” screen of TablePress instead:

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

    Regards,
    Tobias

    Thread Starter Lorraine.Evert

    (@lorraineevert)

    Thank you – that will be perfect for what i need to do.
    Just a follow-up for others.
    I wanted to apply it to ALL my tables. I used:

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

    Thread Starter Lorraine.Evert

    (@lorraineevert)

    Sorry – and Simply removed -id-6
    so like this:

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

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Yes, if you want this for all tables, just use the .tablepress selector.

    Best wishes,
    Tobias

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Responsive Add-on Struggling’ is closed to new replies.