Does anyone know if there is a way to change the width ranges that are used by the responsive menu in the Valo-theme? Currently it looks like the “full width” menu is shown if the viewport width is > 1100px, but I would like to change this to > 900px for my app
unfortunately there is currently no easy way to do this, although you should be able to change it by searrching for _valo-menu.scss in your Vaadin jar, and copy-pasting the entire
@mixin valo-menu-responsive {
...
}
to your own theme, and then changing the value on the line