-
bedigital
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 -
Alvind
Hi there,
Try adding this CSS to fix the logo position:
body.rtl #site-navigation { order: unset; margin-left: unset; margin-right: auto; }
-
bedigital
Thank you for your fast response, It works perfectly! 🙂
-
Alvind
You’re welcome!
- You must be logged in to reply to this topic.