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

    (@tobiasbg)

    Hi,

    thanks for your question and sorry for the trouble!

    The reason for this is that you have not set a width for the images when adding them to the table.
    The best way to do this now (without having to touch each images’s HTML code), would be to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-7 th,
    .tablepress-id-7 td {
        padding: 4px !important;
    }
    .tablepress-id-7 img {
        width: 140px;
    }

    Regards,
    Tobias

    Thread Starter charlieleb

    (@charlieleb)

    Thanks!!! Worked like a charm.

    Plugin Author Tobias B?thge

    (@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 ‘sizing’ is closed to new replies.