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 cause for this seems to be the CSS code

    div#wrapper {
        direction: ltr
    }

    that is added via some plugin or theme.

    Now, to fix the direction of the tables, you could add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .tablepress {
      direction: rtl;
    }

    Regards,
    Tobias

    Thread Starter chaiavi

    (@chaiavi)

    Yes worked !

    thanks

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘RTL support’ is closed to new replies.