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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You could simply add RTL via CSS, like

    .tablepress {
      text-direction: rtl;
    }

    Regards,
    Tobias

    Thread Starter studiokahn

    (@studiokahn)

    Hi Tobias

    That doesn’t seem to do the trick.

    I am using Divi as a template.

    The page is located here
    The password is “student”

    Thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, please try this instead:

    .tablepress td,
    .tablepress th {
      text-align: right;
    }

    Regards,
    Tobias

    Thread Starter studiokahn

    (@studiokahn)

    THANKS!

    Plugin Author TobiasBg

    (@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 here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘RTL inside the table’ is closed to new replies.