Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

site logo wrong position in header on RTL language

  • Hi,

    I would like to ask for help with a multilingual website.

    The website use WPML with English and Hebrew (RTL) languages. English version is perfect, but on the Hebrew language the site logo position in the normal (site) header is in the wrong position, it need to be on the right side. https://prnt.sc/EekjElFal6xs

    But, If I scroll down, and the sticky header appears, the logo appears in the appropriate section, on the right side of the header. https://prnt.sc/MqUoVhRibiyx

    The website is: https://andrassydentalcare.co.uk/he/

    Is there any setting to align the logo to the right in the header for the Hebrew language version?

    Greets,
    Bela

  • Hi there,

    Try adding this CSS to fix the logo position:

    body.rtl #site-navigation {
        order: unset;
        margin-left: unset;
        margin-right: auto;
    }
  • Thank you for your fast response, It works perfectly! 🙂

  • You’re welcome!

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