Title: code_m3's Replies | WordPress.org

---

# code_m3

  [  ](https://wordpress.org/support/users/code_m3/)

 *   [Profile](https://wordpress.org/support/users/code_m3/)
 *   [Topics Started](https://wordpress.org/support/users/code_m3/topics/)
 *   [Replies Created](https://wordpress.org/support/users/code_m3/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/code_m3/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/code_m3/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/code_m3/engagements/)
 *   [Favorites](https://wordpress.org/support/users/code_m3/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: SyntaxHighlighter Evolved] LTR Code on RTL Arabic Page](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-ltr-code-on-rtl-arabic-page/)
 *  [code_m3](https://wordpress.org/support/users/code_m3/)
 * (@code_m3)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-ltr-code-on-rtl-arabic-page/#post-1130850)
 * Hey Tawqee3
 * I had the same problem, all you have to do is simple fix in the core CSS file:
   
   wp-content/plugins/syntaxhighlighter/syntaxhighlighter/styles/shCore.css
 * Add the following in this .syntaxhighlighter classname:
    direction: ltr !important;
 * Thie forces the main div to render the text inside it to LTR on RTL pages.
 * Regards,
    Abdulrahman

Viewing 1 replies (of 1 total)