Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;
    }
    Thread Starter mstudioIL

    (@mstudioil)

    Thanks

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

The topic ‘Text align on mobile menu’ is closed to new replies.