Hi,
I have a very big problem. I didn’t see first but now I see…In german version of my website https://www.chalet-georg.at the logo is centered and the main menu is splitted… that works great. but because of the different words in english , the words, logo and social icons are overlapping.
Can please help me as soon as possible. That’s terrible for me. Is there maybe a simple CSS code which I can use for the english version https://www.chalet-georg.at/en?
Best regards,
Eve
Hey Createve_Solutions,
Thank you for the inquiry.
You can use this css code to adjust the position of the social icons in the EN version.
html[lang="en"] #top nav .social_bookmarks {
position: relative;
top: 50%;
margin-top: -16px;
right: -100px;
}
We just added the html[lang=”en”] selector.
Best regards,
Ismael