Title: RTL issue
Last modified: October 19, 2023

---

# RTL issue

 *  Resolved [hatem1970](https://wordpress.org/support/users/hatem1970/)
 * (@hatem1970)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/rtl-issue-19/)
 * columns structure is not following RTL when switched to Arabic
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frtl-issue-19%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Anca](https://wordpress.org/support/users/ancavictoria/)
 * (@ancavictoria)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/rtl-issue-19/#post-17143444)
 * Hello,
 * WordPress itself defines if a language is RTL. Basically, the actual theme is
   responsible for showing RTL languages, not our plugin.
   But you can set a type
   of alignment for each element using a bit of CSS. For example, _**.item\_1**_
   is a class of your element where you can range its position just for the Arabic
   language (notice the .translatepress class with the specific language code it).
 * .translatepress-ar .item_1 { text-align: right; }
 * Let me know how this goes.
 * 
   Kind Regards,
 * Anca
 *  Thread Starter [hatem1970](https://wordpress.org/support/users/hatem1970/)
 * (@hatem1970)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/rtl-issue-19/#post-17143453)
 * well This is what I thought of regarding page elements, thanks for mentioning
   the CSS to use. But I don’t know how to do this for the menu bar. for the logo
   and the menu in the header/menu bar
 *  Plugin Support [Anca](https://wordpress.org/support/users/ancavictoria/)
 * (@ancavictoria)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/rtl-issue-19/#post-17167056)
 * Hello,
 * Please follow these steps: Dashboard -> Appearance -> Customize -> Additional
   CSS and add the following:
 *     ```wp-block-code
       .translatepress-ar .et_pb_row_0_tb_footer { display: flex; }
       .translatepress-ar .et_pb_column_0_tb_footer { margin-right: 0px; }
       ```
   
 * This should align the menu in the footer and the logo correctly.
 * The menu bar and the logo appear correctly when the language is changed, but 
   the one in the footer didn’t appear correctly.
 * Let me know how this goes.
 * Kind Regards,
 * Anca
 *  Plugin Support [Anghel Emanuel](https://wordpress.org/support/users/anghelemanuel99/)
 * (@anghelemanuel99)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/rtl-issue-19/#post-17203814)
 * Hello there,
 * Since 5 days have already passed without getting a reply from you I will mark
   this ticket as “Resolved”.
   If there’s anything else, please let us know!
 * Kind Regards,

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

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

 * ![](https://ps.w.org/translatepress-multilingual/assets/icon.svg?rev=3166541)
 * [Translate Multilingual sites - TranslatePress](https://wordpress.org/plugins/translatepress-multilingual/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/translatepress-multilingual/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/translatepress-multilingual/)
 * [Active Topics](https://wordpress.org/support/plugin/translatepress-multilingual/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/translatepress-multilingual/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/translatepress-multilingual/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Anghel Emanuel](https://wordpress.org/support/users/anghelemanuel99/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/rtl-issue-19/#post-17203814)
 * Status: resolved