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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, this should be possible. The best way should be to let the table “float”, e.g. by adding some “Custom CSS” like this on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 {
      width: 200px;
      float: right;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Text and/or image to the left/right of a table’ is closed to new replies.