Hi,
I am using the RTFM Skeleton with the Learn2 theme. The theme has already integrated a toggle-sidebar, so that the menu is only visible, when a menu button is clicked. However, the window width, when the menu button appears and the sidebar toggles to be not visible, is quite small - the button appears only on smartphones. I would like to adjust this width, so that the menu button already appears on tablets, which have a rather small screen width too.
Unfortunately I cannot find the proper code line. I already found the reference to data-sidebar-toggle in line 99 of learn.js and the css for the menu button (#sidebar-toggle) in _nav.scss. But I cannot find a width, that triggers the menu button to appear and the sidebar to be unvisible as long as the button is not clicked.
Does anybody see, where to adjust the window width, that triggers the menu button?
Thanks in advance.