Hello @lunacer https://prnt.sc/D7TKp0fEcNco https://prnt.sc/IyZlmdlLW_cq Because of these 2 CSS your menu is not showing properly in your below 959px screens, please add the below CSS and share your feedback.? @media?(max-width: 959px)?{ .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)?{ display: none; } } @media?(max-width: 959px)?{ .wp-block-navigation__responsive-container-open:not(.always-shown)?{ display: block; } }