osTicket Awesome now has Dark Mode.

New // By popular demand
English Arabic Catalan Chinese (Simplified) Croatian Czech Danish Dutch Finnish French German Greek Hebrew Indonesian Italian Japanese Korean Mongolian Norwegian Polish Portuguese Russian Slovak Slovenian Spanish Swedish Thai Turkish Ukrainian Vietnamese
osTicket Awesome Navigation
  • FAQs
  • Customers
    • Log In
    • Account
    • Downloads
    • Instructions
    • Forum
  • Client Demo
  • Staff Demo
  • FAQs
  • Customers
    • Log In
    • Account
    • Downloads
    • Instructions
    • Forum
  • Client Demo
  • Staff Demo

[Resolved] Logo position mobile view displaced

To Parent Forum
    • February 21, 2020 at 1:12 am #5485
      W
      goldquadrat
      Participant

      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 #5497
      stevland
      Keymaster

      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
  • FAQs
  • Downloads
  • Forums
  • Contact

osTicket Awesome theme by Red e Technology

osTicket is a product of Enhancesoft