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

    (@tobiasbg)

    Hi,

    yes, that’s possible with some CSS, usually it is enough to make the table “float” on the left:

    .wp-table-reloaded-id-123 {
      float: left!important;
    }

    Additionally, it might be necessary to add some margin to the right, for a nicer look.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Left align’ is closed to new replies.