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

    (@tobiasbg)

    Hi,

    you should be able to achieve this with some “Custom CSS” code, like this:

    .wp-table-reloaded-id-1 {
      float: left;
    }
    .img-class {
      float: right;
    }

    You will need to adjust the ID of the table in the first part, and you will need to give a CSS class to the image, which you then also have to use (instead of “img-class”) in the second part.)

    Regards,
    Tobias

    Thread Starter kaspr007

    (@kaspr007)

    Hi Tobias,

    Thanks for the plugin, it works great. I’ve decided to go a different route with the placement of my images. Thanks for offering your custom css though!

    Cheers,
    Jim

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Jim,

    you’re welcome! No problem!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Place image beside table’ is closed to new replies.