[Resolved] Logo position mobile view displaced To Parent Forum March 1, 2020 at 1:51 pm #5497 stevlandKeymaster Hi, This happens when the Deutsch language pack is used because some German words (such as ‘Wissensdatenbank’) are so long! I will include a fix in the next release, but for now you can add the following to /osta/user-styles.css: @media screen and (max-width: 979px) { html[lang=”de”] #left-logo { max-width: 280px; } html[lang=”de”] #header a { font-size: 11px; } html[lang=”de”] #header #nav a[href*=”/profile.php”] { font-size: 0px; width: 14px; display: inline-block; } html[lang=”de”] #header #nav a[href*=”/profile.php”] svg { display: inline-block; fill: var(–header-title-color); width: 18px !important; height: 18px !important; content: “”; position: relative; top: 4px; margin: 0 2px 0 -4px; } } But please do not forget to remove this from /osta/user-styles.css the next time you upgrade. You must be logged in to reply to this topic. Topic Tagsheaderlanguage packlogonavigation