I’m using the svyNavigation framework which I really like, thanks ![Smile :-)]()
I’ve got some questions about the burger menu in the top right corner that appears when the screen width is less than 768px.
Where is the 768px set?
Can we suppress the burger menu or change the screen width that triggers its display?
Can we set the width of the menu items on the burger menu? For me the menu is wider than the 768px so user needs to scroll to the left to see the menu options.
Thanks!
Hi Antonio,
the burger menu is from the Navbar component ( used by the svyNavigation form ). https://docs.servoy.com/reference/servo … ion/navbar. The Na
Breakpoint to show/hide burger menu are defined in the Bootstrap CSS which is shipped by default.
If you want to customize the breakpoint won’t be trivial, may require some advanced CSS to override the style of all items in Navbar and adjust it to your custom breakpoint.
Is that for NG1 Client or for TiNG ?
Regards,
Paolo
Thanks for the tips Paolo, that gives me enough to go on.
It’s for NG1, we haven’t dipped our toes into the TiNG pond yet.