Title: RTL direction support
Last modified: September 1, 2016

---

# RTL direction support

 *  [ParsMizban](https://wordpress.org/support/users/parsmizban/)
 * (@parsmizban)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/rtl-direction-support/)
 * Hi,
 * I think AMP doesn’t support RTL direction for Persian , Arabic, Hebrew and Right
   to left direction languages,
 * Sample:
    [http://parsmizban.com/%D9%88%D8%B1%D8%AF%D9%BE%D8%B1%D8%B3/amp](http://parsmizban.com/%D9%88%D8%B1%D8%AF%D9%BE%D8%B1%D8%B3/amp)
 * All texts and styles should be RTL
 * I will appreciate if you can modify the plugin to support that
 * [https://wordpress.org/plugins/amp/](https://wordpress.org/plugins/amp/)

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

 *  [Jer Clarke](https://wordpress.org/support/users/jeremyclarke/)
 * (@jeremyclarke)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/rtl-direction-support/#post-8236134)
 * +1 surprised this isn’t a starting feature :S
 * Will endeavor to share the CSS I come up with here for anyone else who needs 
   it.
 *  [Jer Clarke](https://wordpress.org/support/users/jeremyclarke/)
 * (@jeremyclarke)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/rtl-direction-support/#post-8236536)
 * The following extremely-simple CSS works based on pretty limited testing:
 *     ```
       #DIRECTION-RTL,
       body,
       .direction-rtl {
       	text-align:right;
       	direction: rtl;
       }
   
       nav.amp-wp-title-bar a {
       	background-position: right;
       }
       ```
   
 * Would be great if the devs could make this a default feature when WP is set to
   an RTL state.

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

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

 * ![](https://ps.w.org/amp/assets/icon.svg?rev=2527602)
 * [AMP](https://wordpress.org/plugins/amp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amp/)
 * [Active Topics](https://wordpress.org/support/plugin/amp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amp/reviews/)

## Tags

 * [Arabic](https://wordpress.org/support/topic-tag/arabic/)
 * [hebrew](https://wordpress.org/support/topic-tag/hebrew/)
 * [right-to-left](https://wordpress.org/support/topic-tag/right-to-left/)
 * [RTL](https://wordpress.org/support/topic-tag/rtl/)
 * [فارسی](https://wordpress.org/support/topic-tag/%d9%81%d8%a7%d8%b1%d8%b3%db%8c/)
 * [وردپرس](https://wordpress.org/support/topic-tag/%d9%88%d8%b1%d8%af%d9%be%d8%b1%d8%b3/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jer Clarke](https://wordpress.org/support/users/jeremyclarke/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/rtl-direction-support/#post-8236536)
 * Status: not resolved