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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, that’s because of the images. You could get a little bit of responsiveness by adding this to the “Custom CSS”:

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

    Regards,
    Tobias

    Thread Starter samj12

    (@samj12)

    Hi,

    thanks for that – The images have to be 150 px

    however I just changed it to 100px and its still not completely responsive?

    I’d appreciate your help,

    Thanks

    Sam

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Sam,

    argh, sorry. Small typo. It should be “100%”, as in

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

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding image makes a non responsive table’ is closed to new replies.