Change sidebar offcanvas breakpoints #207
-
Hello, By default the sidebar's offcanvas is hidden at ≥768px (md), I want to change the behaviour and displaying from ≥992px (lg). In sidebar.php I changed And removed The sidebar is hidden at 800px for example but I don't have the "Open the sidebar" button to display it. It is only displayed at 768px or less. Thank you ! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
You should change Line 20 in 01f72c2 That is what controls the visibility of the button. 😄 |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you ! |
Beta Was this translation helpful? Give feedback.
-
Just another question, on lg, button appears after the content, do you know why ? Im' sorry, just found : Resolved ! |
Beta Was this translation helpful? Give feedback.
-
This seems to be a good point to start the new discussions feature. So, I converted this issue to a discussion because it isn‘t a bug or something else. Thank you! |
Beta Was this translation helpful? Give feedback.
You should change
d-md-none
tod-lg-none
on this line:bootscore/sidebar.php
Line 20 in 01f72c2
That is what controls the visibility of the button. 😄
And welcome to Bootstrap and Sass!