Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 8 Online 3,047 Members

Resolved Hamburger button

2 Posts
2 Users
0 Reactions
85 Views
Posts: 5
Topic starter
(@ufficio-it)
Member
Joined: 3 years ago

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;
    }
}


1 Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Hi Roberto,

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


Reply
Share: