Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1325831

    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

    #1325850

    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

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