[Resolved] RTL Mobile Menu (With Polylang)

Home Forums Support [Resolved] RTL Mobile Menu (With Polylang)

Home Forums Support RTL Mobile Menu (With Polylang)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #399559
    Roy

    Hi,
    I’m using Polylang for 2 languages website.
    The main Lang is English.

    I used this code for “flip” the direction of the logo and the main menu:

    .rtl .site-logo {
        float: right;
    	padding-left: 30px;
    }
    
    .rtl.nav-float-right .inside-header .main-navigation {
        float: left;
        clear: left;
    }

    Now the problem is with the mobile version, can you help me to fix the menu button position to the left?
    Image Link:
    https://s1.postimg.org/6qwwjr9pfj/menu_rtl_mobile.png

    Link to website:
    https://in3d-tech.com/he/

    Thanks

    #399585
    Tom
    Lead Developer
    Lead Developer

    This should do it:

    .rtl.menu-logo .main-navigation:not(.mobile-header-navigation) .menu-toggle {
        float: left;
    }
    #399671
    Roy

    King!

    Thanks!

    #399735
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.