Skip to content
Discussion options

You must be logged in to vote

Hi, the simplest way is to change the breakpoint sizes, for example, put the following code snippets into assets/main/scss/_variables.scss.

$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.
);

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@iamgiannisx
Comment options

@razonyang
Comment options

Answer selected by razonyang
Comment options

You must be logged in to vote
4 replies
@iamgiannisx
Comment options

@razonyang
Comment options

@iamgiannisx
Comment options

@razonyang
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants