-
-
February 21, 2020 at 1:12 am #5485WgoldquadratParticipant
Hello,
the logo position on mobile view iPhone/iPad is displaced. I can´t click the menu options behind the logo. Tested it with text logo and our jpg company logo.
osTicket v1.14.1 // osTicket-1.14.1-Awesome-102<br />
PHP 7.3.11 // MySQL 10.3.21 // Apache/2.2.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141 web server -
March 1, 2020 at 1:51 pm #5497stevlandKeymaster
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.