Site logo

Archived topic

RTL Mobile Menu (With Polylang)

3 replies · Started by Roy on October 8, 2017

Viewing posts 1–4 of 4

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

This should do it:

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

King!

Thanks!

You're welcome :)

This archived topic is closed to new replies.