• Resolved Oclair

    (@oclair)


    Years ago an update to Sydney theme made the farsi language menu display far to the left. I have never been able to get anyone from Sydney to respond to this. Hopefully someone will be able to look into this. This website uses polylang, I am not sure why this is happening as the menu is kinda supposed to be centered. Thanks in advance! Oclair

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @oclair,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (min-width: 1025px) {
        .rtl .site-header #mainnav {
            float: none;
        }
    }
    Thread Starter Oclair

    (@oclair)

    This worked, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘farsi language menu is displayed far to the left’ is closed to new replies.