Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1094677

    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

    #1095305

    Hey capuchin,

    Did you choose the logo right/menu left in the theme options?

    Best regards,
    Victoria

    #1095316

    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

    #1095685

    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.

    #1095872

    Hi capuchin,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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