benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
338 stars 205 forks source link

main navigation to switch to a burger menu #1504

Closed mayfeld closed 3 months ago

mayfeld commented 3 months ago

Is there a way for the navbar - main navigation to switch to a burger menu at, for example, 1260px width, and not only at 991px? The functionality of the navbar-collapse should of course remain intact there as well.

olivermeckel commented 3 months ago

You can change the variable $grid-float-breakpoint from 992 px to 1260 px. It controls the breakpoint for the visibilty of the navbar-toggler.

mayfeld commented 3 months ago

Thank you Oliver. Found it in: /Resources/Public/Scss/bootstrap5/_variables.scss