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 to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘rtl support does not work’ is closed to new replies.