Forums
Home / Plugin: WP Mega Menu / Text align on mobile menu
(@mstudioil)
4 years, 9 months ago
How do I align the text to right for RTL site?
(@probillals)
Hello @mstudioil
If your site language is RTL But Menu texts are not aligned RTL, You can use the following code to align the text to right for the RTL site.
body .wp-megamenu-wrap .wpmm-nav-wrap > ul { direction: initial; text-align: right; }
Thanks