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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this could be a theme update, that increased the white space (margin) around images. This then forces a larger column width, which again forces a larger table width, so that the table goes out of the content area.

    To change this, please add the following code to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded.

    .wp-table-reloaded td img {
      margin: 3px;
    }

    Regards,
    Tobias

    Thread Starter 39images

    (@39images)

    Tobias,

    Thank you so much! That did it! ?? Great plugin BTW.

    Gary

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Gary,

    no problem, you are very welcome! Good to hear that this fixed it so quickly!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table goes out of content area’ is closed to new replies.