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 the images in the cells force the table to have a certain minimum width. One smaller screens, this may lead to the table overlapping.
    To change this, it should be possible to tell the images to resize a little bit, if necessary. This might not be the prettiest solution, but it should work. To do this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

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

    Regards,
    Tobias

    Thread Starter tessadavis

    (@tessadavis)

    Yes, that has solved it. Genius, thanks.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table overlapping the page’ is closed to new replies.