Title: RTL inside the table
Last modified: September 1, 2016

---

# RTL inside the table

 *  Resolved [studiokahn](https://wordpress.org/support/users/studiokahn/)
 * (@studiokahn)
 * [10 years ago](https://wordpress.org/support/topic/rtl-inside-the-table/)
 * Hi there!
 * I am trying to stylize a table to contain a right to left text in hebrew.
 * The problem is the table isn’t showing the text right to left, not using RTL 
   and no text-align.
 * What should I do?
    Thank you
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years ago](https://wordpress.org/support/topic/rtl-inside-the-table/#post-7600499)
 * 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](https://wordpress.org/support/users/studiokahn/)
 * (@studiokahn)
 * [10 years ago](https://wordpress.org/support/topic/rtl-inside-the-table/#post-7600513)
 * Hi Tobias
 * That doesn’t seem to do the trick.
 * I am using Divi as a template.
 * The page is located [here ](http://studiokahn.com/divi/student/)
    The password
   is “student”
 * Thanks
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years ago](https://wordpress.org/support/topic/rtl-inside-the-table/#post-7600520)
 * Hi,
 * ok, please try this instead:
 *     ```
       .tablepress td,
       .tablepress th {
         text-align: right;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [studiokahn](https://wordpress.org/support/users/studiokahn/)
 * (@studiokahn)
 * [10 years ago](https://wordpress.org/support/topic/rtl-inside-the-table/#post-7600594)
 * THANKS!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years ago](https://wordpress.org/support/topic/rtl-inside-the-table/#post-7600596)
 * 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](https://wordpress.org/support/view/plugin-reviews/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.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [RTL](https://wordpress.org/support/topic-tag/rtl/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/rtl-inside-the-table/#post-7600596)
 * Status: resolved