Offcanvas visibility #1082
-
Hello to everyone Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi, the simplest way is to change the breakpoint sizes, for example, put the following code snippets into $grid-breakpoints: (
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1100px, // previously 1200px, since xxl is changed to 1200px, you may want to lower this as well.
xxl: 1200px // previously 1400px, which is what the header offcanvas uses by default.
); |
Beta Was this translation helpful? Give feedback.
-
@iamgiannisx FYI, I just added a parameter named You can now change this without tweaking default breakpoint sizes. |
Beta Was this translation helpful? Give feedback.
Hi, the simplest way is to change the breakpoint sizes, for example, put the following code snippets into
assets/main/scss/_variables.scss
.