Forum

Logo position mobil...
 
Notifications
Clear all

Logo position mobile view displaced

1 Posts
2 Users
0 Reactions
19 Views
Posts: 6
Topic starter
(@goldquadrat)
Member
Joined: 6 years ago

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


Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

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.


Reply
Share: