Hi guys!
I’ve installed the Polylang plugin on a recent website and it works great. The only thing is that in responsive mode it switches everything over from left to right (main navigation/menu and logo and content) works really perfect, but in ‘desktop’ mode it doesn’t move the logo to the right. It still sits on the left, which is undesirable in the Arabic version of the website.
Do you have experience with this? Why does Enfold not allow the logo to move automatically? Can I add something in the Quick CSS?
Help is much appreciated! I am still very happy about Enfold and the countless options it gives the web designer!
Kind regards
capuchin
Hey capuchin,
Did you choose the logo right/menu left in the theme options?
Best regards,
Victoria
Hi Victoria,
No I chose logo left/menu right in the theme options, as my default language is English.
The logo swap happens automatically in responsive mode.
Kind regards
capuchin
Hi Victoria,
I’ve found help in a previous post from Yigit. Thank you, Yigit!
Just posting it here to make this support ticket complete.
Kind regards
capuchin
step 1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.rtl .logo {
left: auto;
right: 0;
}
.rtl nav.main_menu {
right: auto;
left: 0;
}
step 2- Please make sure to choose frontpage and blog page in Settings > Reading and not in Enfold theme options.
Hi capuchin,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria