[Resolved] Hamburger button

    • October 4, 2023 at 6:28 am #18302

      Good morning, in client side mode when reducing the page width,hamburger button is displayed beetween 960px and 980px but over menu buttons.

      issue hamburger

       

      I correct this issue changing in client-desktop.css at row 350 the min-with from 980px to 960px as in staff-desktop.css

      @media screen and (min-width: 960px) { 
          #right-buttons,
          #right_menu,
          button.c-hamburger.c-hamburger–htx {
              display: none !important;
          }
      }

    • October 19, 2023 at 1:17 pm #18479
      stevland
      Keymaster

      Hi Roberto,

      Thank you for taking the time to report this. It will be fixed in the next release.

You must be logged in to reply to this topic.