Title: rtl support does not work
Last modified: June 17, 2020

---

# rtl support does not work

 *  [behzadian](https://wordpress.org/support/users/behzadian/)
 * (@behzadian)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/rtl-support-does-not-work/)
 * Hi, I installed Max Mega Menu, but when I inserted custom css for adding RTL 
   support, nothing happened. After review generated source code, no .rtl found,
   so I applied `rtl` class on menu container div in theme. but nothing changed.
   
   After some css hack, I added below css rules that solved problem:
 *     ```
       .mega-menu-column {
           float: right !important;
       }
       .mega-menu-item a{
           text-align: right !important;
           white-space: nowrap !important;
       }
       ```
   
 * But I hate changing plugin css outside of plugin (and using !important). how 
   can I apply these changes inside of plugin?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frtl-support-does-not-work%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/rtl-support-does-not-work/#post-13002527)
 * Hi behzadian,
 * Please can you post a link to your site so I can take a look?
 * The “rtl” class should be on the body tag, if it’s not there then it means RTL
   support has not been properly enabled for your site/theme. I’m not too familiar
   with it (all RTL sites I have seen already have the “rtl” class), but it looks
   like this page should explain how to correct it:
 * [https://createandcode.com/how-to-enable-right-to-left-rtl-support-in-wordpress/](https://createandcode.com/how-to-enable-right-to-left-rtl-support-in-wordpress/)
 * Regards,
    Tom
 *  Thread Starter [behzadian](https://wordpress.org/support/users/behzadian/)
 * (@behzadian)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/rtl-support-does-not-work/#post-13011881)
 * Unfortunately, My website is not online yet, but I added below code:
 *     ```
       		> li.mega-menu-item ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
                   float: right;
               }
       ```
   
 * and problem solved for desktop (I didn’t tested for tablet and mobile yet)

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

The topic ‘rtl support does not work’ is closed to new replies.

 * ![](https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843)
 * [Max Mega Menu](https://wordpress.org/plugins/megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/megamenu/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [behzadian](https://wordpress.org/support/users/behzadian/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/rtl-support-does-not-work/#post-13011881)
 * Status: not resolved